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 Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks. Use for coverage analysis and traceability checks.
$ 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 Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks. Use for coverage analysis and traceability checks.
name: zephyr-scanner description: Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks. Use for coverage analysis and traceability checks.
Discover relevant Zephyr test cases and return a compact coverage input for parent workflows.
1. Lookup TCs directly linked to issue key. 2. If fewer than expected, search labels/objectives for issue key and module keywords. 3. Deduplicate by TC key. 4. Capture platform, labels, objective summary, folder, and link confidence. 5. If Zephyr MCP unavailable, ask for exported TC list; if none exists, return `BLOCKED`.
### Discovered TCs for [ISSUE_KEY] Found: [N] Discovery: direct=[N], search=[N], keyword=[N] | TC Key | Name | Platform | Labels | Objective Summary | Confidence | | --- | --- | --- | --- | --- | --- | | [key] | [name] | [platform] | [labels] | [summary] | [High/Med/Low] |
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,…