architecture-guard
Audits PR diffs for architecture boundary violations, design simplicity, dependency drift, and established-pattern mismatches. Use during code review when…
Maps acceptance criteria to implementation evidence, tests, and scope creep. Use during review when a diff, PR, ticket, or story includes numbered ACs.
$ 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.
Maps acceptance criteria to implementation evidence, tests, and scope creep. Use during review when a diff, PR, ticket, or story includes numbered ACs.
name: ac-verifier description: Maps acceptance criteria to implementation evidence, tests, and scope creep. Use during review when a diff, PR, ticket, or story includes numbered ACs.
Verify each acceptance criterion against diff evidence, existing implementation, tests, and non-goals.
1. Number ACs exactly as provided. 2. Classify each AC: Fully Met, Partially Met, Not Met, or Pre-existing. 3. Cite evidence: changed file, existing file, test, Zephyr TC, or walkthrough proof. 4. Flag scope creep: changed behavior not mapped to any AC. 5. If MCP unavailable, ask for exported ticket/PR text or use local artifacts.
### AC Verification | # | Acceptance Criteria | Status | Evidence | | --- | --- | --- | --- | | [AC] | [text] | [status] | [evidence] | #### Scope Creep - [item or None] #### Missing ACs - [item or None]
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
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,…
High-density JIRA analysis persona. Extracts reproduce steps, ACs, and market requirements with zero-hallucination rigor.