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.
Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter, or API test generation.
$ 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.
Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter, or API test generation.
name: integration-test-generator description: Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter, or API test generation.
Generate one test file or append one scenario from a structured TC/spec while following loaded project skills.
| Lane | Driver | Fallback | | --- | --- | --- | | `web` | `playwright-cli` | Playwright MCP (no shell); else `Test: BLOCKED (driver)` | | `ios` / `android` | Appium MCP local | Appium MCP `remoteServerUrl` cloud; else `Test: BLOCKED (driver)` | | `api` | none | — |
1. Load matching project skills for target file type before code. 2. Locate target test folder and nearest sibling sample. 3. Decide append vs new file based on existing structure. 4. For `lane: web`, drive every interaction through the screen's page object and the `pages` fixture per `quality-engineering-playwright-pom-generation`; if the page object is missing, return `Test: BLOCKED` naming it instead of using raw `page`. 5. Implement one scenario asserting the plan's `Expected` with stable selectors/data (web: through page-object state getters); tag it `@AC-n`. 6. Run formatter and the smallest reliable test command.
Skill loaded: [skills] TC: [key/name] Seed: [sample or self-search] File: [path] Action: appended | created Format: CLEAN | BLOCKED Test: PASS | FAIL | BLOCKED | BLOCKED (driver)
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…
High-density JIRA analysis persona. Extracts reproduce steps, ACs, and market requirements with zero-hallucination rigor.