Agent Skills by nok0321
Showing 15 vetted skills indexed across 1 GitHub repositories.
checkpoint
Create and restore CHECKPOINT.md files to save and resume session state.
spec-check
Compares DESIGN/*.md specifications with implementation code to surface Missing, Diverged, Extra, and Constraint issues.
pipeline-state
Track pipeline phase state across sessions in PIPELINE-STATE.md.
spec-audit
Detects inconsistencies across DESIGN/*.md files and generates structured reports.
code-review
Review code for static analysis, security, robustness, structure, and test impact issues.
quick-test
Run only tests affected by git diff changes.
boundary-test
Detect and automate boundary contract tests across component interfaces.
spec-fix
Automatically fix specification and implementation discrepancies from spec-check findings.
fix-with-verify
Automates bug-fix verification with baselines, impact analysis, safe fixes, and regression tests.
impl-orchestrator
Automate six-stage development orchestration for Claude Code components.
robust-review
Identify and report security and robustness findings for target files.
robust-fix
Automatically fix S-Critical and S-High findings from robust-review with verification gates.
design-phase
Generate DESIGN/*.md documents from a plan summary with automatic consistency checks.
escalation
Classify pipeline findings into escalation tiers and output recommended actions.
dev-pipeline
Orchestrate software development pipelines from planning to reporting with resumable checkpoints.