Choose narrow checks while iterating and full required gates before completion.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill focused-verification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Focused Verification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-focused-verification)More formats (shields.io, HTML) on the badges page.
---
name: focused-verification
description: Choose narrow checks while iterating and full required gates before completion.
---
# Focused verification
Match checks to risk and phase.
## During iteration
Run the smallest check that can fail for the code you just changed. Prefer a focused test, typecheck
for one package, or a direct command that exercises the behavior.
## Before completion
Run the repository or product gate required for the touched surface. Include manual checks for CLI
output, generated files, migrations, or UI behavior that automated tests do not cover.
## Reporting
Report the exact checks you ran. If a check fails or cannot be run, say that plainly with the reason.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!