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.
Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused topic. Use when review or planning needs structural lookup without bloating main context.
$ 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.
Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused topic. Use when review or planning needs structural lookup without bloating main context.
name: codebase-scout description: Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused topic. Use when review or planning needs structural lookup without bloating main context.
Map affected services, files, architecture layers, tests, conventions, and impact radius for a requested change or review.
1. Start from changed files, ticket, or topic supplied by caller. 2. Identify affected modules/services and ownership boundaries. 3. Find 2-3 sibling examples for convention alignment. 4. Find related tests or test gaps. 5. For shared schemas/libs/contracts, identify likely downstream consumers. 6. Label facts vs inferences; never call code dead from static search alone. 7. Score SNC per `common-task-complexity-routing`; label as inference.
### Codebase Findings **Services:** [list] **Key Files:** - [path]: [relevance] **Architecture Layers:** [layers] **Test Coverage:** [files or gap] **Patterns:** [observed conventions] **Impact Radius:** [direct consumers and uncertainty] **SNC:** S=[0-2] N=[0-2] C=[0-2] total=[n] tier=[low|medium|high]
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…
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,…
High-density JIRA analysis persona. Extracts reproduce steps, ACs, and market requirements with zero-hallucination rigor.