battle-test
Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.
Analyze Zephyr test case coverage for a Jira user story and produce a QE management report with metrics, risk scoring, and prioritized recommendations.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/zephyr-coverage-analysisContext preview
What this command does when you run it.
Analyze Zephyr test case coverage for a Jira user story and produce a QE management report with metrics, risk scoring, and prioritized recommendations.
Analyze Zephyr test case coverage for a Jira user story and produce a QE management report with metrics, risk scoring, and prioritized recommendations.
**Input:** $ARGUMENTS
Optional args: slug=<feature>, ticket=<id/url>, mode=interactive|autonomous|channel, channel=<id>, auto_continue=true|false, profile=business|hybrid|technical.
Execute the following steps for **$ARGUMENTS**.
// turbo-all
If the Jira Issue Key is not provided, ask for it.
Optional: **Scope** (single ticket default, or comma-separated epic/sprint keys) | **Depth** (`quick` = coverage table only, `full` = default with risk scoring + QE observations).
Launch **two sub-agents in parallel** to keep raw API data out of main context:
> Use `Agent` tool with `subagent_type="jira-analyst"`. > Prompt: "Fetch JIRA ticket {ISSUE_KEY} with `?expand=renderedFields`. Extract: Summary, Status, Components, Labels, Market, and the full AC table. For each AC row, read the Platform column from rendered HTML — color codes are authoritative: `#00B8D9` = Web, `#36B37E` = Mobile, `#FF991F` = Web+Mobile. Do NOT use ticket-level Platform — always read per-row from renderedFields. Return structured briefing."
> Use `Agent` tool with `subagent_type="zephyr-scanner"`. > Prompt: "Find all Zephyr test cases related to {ISSUE_KEY}. Use direct issue link lookup first, then supplemental search only if needed. Return the filtered TC table with key, name, platform, labels, objective summary."
Both agents run concurrently. Wait for both to complete before proceeding.
From Sub-Agent A: extract ACs with platform tags. From Sub-Agent B: extract the discovered TC list.
Per platform slot (Web and Mobile are independent — Mobile covered ≠ Web covered):
| Status | Criteria | | --------------- | ----------------------------------------------------------------------------------------------------- | | **Covered** | TC directly references this AC (label, objective, or step) and scope matches (platform, role, market) | | **Partial** | TC exists but has generic objective, wrong role scope, different platform, or missing key assertions | | **Not Covered** | No TC found |
Risk-score each gap: **HIGH** = transaction/financial/order completion | **MEDIUM** = feature behavior/conditional display | **LOW** = UI/visual/cosmetic
Delete any existing `coverage_analysis_report.md` before creating a new one.
Load the **Report Template** from the coverage analysis skill's `references/coverage_report_template.md` and use it to produce `coverage_analysis_report.md` with: Executive Dashboard, AC Heatmap, Quality Observations on existing TCs, QE Debt backlog, Prioritized Action Plan (P1/P2/P3), QE Manager Recommendations.
Quality issues to flag on existing TCs: traceability mismatches (objective references wrong ticket), generic objectives (no business-logic assertions), combined TCs masking independent failures, missing data-correctness assertions.
QE Debt to surface beyond AC gaps: data correctness (values validated against DB?), negative flows (backend unavailable?), role differentiation, boundary conditions, regression risk on shared screens.
After writing the report, offer:
1. Proceed to create missing TCs (invoke zephyr-from-jira workflow for P1 gaps) 2. Export to Confluence or Jira comment 3. Run coverage analysis on a sibling ticket 4. Done
Only if the user selects option 1, invoke TC creation.
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.
Review an entire codebase for architecture, engineering health, and exploitable risk; generate a prioritized remediation plan, an evidence-anchored system…
Run a bounded cybersecurity exercise workflow with authorization, runtime, control, evidence, and independent adjudication gates; supports safe offline…
Controlled purple validation using paired action-observation evidence and explicit defensive outcomes.