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.
Summarizes GitHub PR, GitLab MR, or Azure DevOps PR metadata, review threads, changed files, and template completeness. Use during review-ticket or code-review workflows when PR/MR context exists.
$ 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.
Summarizes GitHub PR, GitLab MR, or Azure DevOps PR metadata, review threads, changed files, and template completeness. Use during review-ticket or code-review workflows when PR/MR context exists.
name: pr-reviewer description: Summarizes GitHub PR, GitLab MR, or Azure DevOps PR metadata, review threads, changed files, and template completeness. Use during review-ticket or code-review workflows when PR/MR context exists.
Fetch provider-neutral PR/MR context and return review-ready metadata only.
1. Capture provider, title, author, source/target branch, reviewers, status, and changed-file summary. 2. Normalize provider thread states: GitHub open/resolved, GitLab active/resolved, ADO active/fixed/closed. 3. Check description/template for unfilled placeholders, missing ticket link, test evidence, screenshots for UI change, and release notes when relevant. 4. Return blockers, missing evidence, and useful review context only.
### PR/MR Summary **Provider:** [GitHub/GitLab/ADO] **Title:** [title] **Status:** [status] | **Branch:** [source -> target] **Author:** [author] | **Reviewers:** [reviewers] ### Changed Files - [changed-file list or count] ### Review Threads | # | Provider Status | Normalized Status | Dev Reply | Summary | | --- | --- | --- | --- | --- | | [n] | [status] | [open/resolved/closed] | [reply] | [summary] | ### Description Issues - [issue or None]
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,…