mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-02 23:23:31 +08:00
24 lines
747 B
Markdown
24 lines
747 B
Markdown
---
|
|
description: Legacy slash-entry shim for the verification-loop skill. Prefer the skill directly.
|
|
---
|
|
|
|
# Verification Command (Legacy Shim)
|
|
|
|
Use this only if you still invoke `/verify`. The maintained workflow lives in `skills/verification-loop/SKILL.md`.
|
|
|
|
## Canonical Surface
|
|
|
|
- Prefer the `verification-loop` skill directly.
|
|
- Keep this file only as a compatibility entry point.
|
|
|
|
## Arguments
|
|
|
|
`$ARGUMENTS`
|
|
|
|
## Delegation
|
|
|
|
Apply the `verification-loop` skill.
|
|
- Choose the right verification depth for the user's requested mode.
|
|
- Run build, types, lint, tests, security/log checks, and diff review in the right order for the current repo.
|
|
- Report only the verdicts and blockers instead of maintaining a second verification checklist here.
|