battle-test
Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.
Automated workflow to detect and fix missing documentation
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/update-docsContext preview
What this command does when you run it.
Automated workflow to detect and fix missing documentation
Automated workflow to detect and fix missing documentation
**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**.
This workflow helps you identify and fix missing documentation in the codebase.
The `scan-docs.ts` script identifies exported members that lack JSDoc comments.
pnpm docs:scan
The script will output a list of files and members missing documentation.
Example output:
⚠️ Found undocumented members: 📄 src/services/MyService.ts - class MyService - function doSomething
For each missing item:
1. **Read the code** to understand its purpose. 2. **Add JSDoc comments** (`/** ... */`) above the export. 3. **Include**:
Run the scanner again to ensure no items remain.
pnpm docs:scan
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.