ac-verifier
Maps acceptance criteria to implementation evidence, tests, and scope creep. Use during review when a diff, PR, ticket, or story includes numbered ACs.
Finds missing, weak, or stale test coverage in a diff. Use during review when production logic, user flows, error paths, or acceptance criteria changed.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Finds missing, weak, or stale test coverage in a diff. Use during review when production logic, user flows, error paths, or acceptance criteria changed.
name: test-gap-finder description: Finds missing, weak, or stale test coverage in a diff. Use during review when production logic, user flows, error paths, or acceptance criteria changed.
Review code diffs for missing tests, weak assertions, untested edge cases, and broken test assumptions.
1. Identify changed behavior, public APIs, branches, and error paths. 2. Locate related unit, component, integration, E2E, or mobile tests. 3. Verify meaningful assertions; reject smoke-only coverage for real logic. 4. Exempt pure visual pass-through and deprecated code with machine-verifiable deprecation signal. 5. Suggest concrete test case names and layer, not full unverified code.
### Test Coverage Findings #### Missing Tests - [Severity] [file] - [gap + suggested test] #### Test Quality Issues - [Severity] [test_file:line] - [issue] #### What Looks Good - [observation]
Severity: Major, Minor, Suggestion.
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Maps acceptance criteria to implementation evidence, tests, and scope creep. Use during review when a diff, PR, ticket, or story includes numbered ACs.
Audits PR diffs for architecture boundary violations, design simplicity, dependency drift, and established-pattern mismatches. Use during code review when…
Application Security Posture Management persona. Correlates findings from SAST, DAST, and SCA tools, deduplicates noise, maps vulnerabilities to specific code…
Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused topic. Use when review or planning needs…
Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when implementation or verification needs internal…
Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter,…