Browse Skills

11972 skills across 8 categories

All Skills (1897 found)

2w ago

Audit Code

Audit Code runs a self-review checklist before requesting review or committing. It checks security, tests, types, conventions, and code quality, then produces pass/fail results.
Quality
17314
2w ago

Check

Check auto-fixes lint and formatting, then runs repo-wide verification for types, tests, doc links, and other quality gates before a commit. Use it when you want the codebase cleaned and checked against CI-style failures.
Quality
17347
🏗️
2w ago

Deepen Architecture

Deepen Architecture finds shallow modules and refactoring opportunities in a codebase using architecture docs and ADRs. Use it when improving testability, reducing coupling, or making the codebase easier for agents to navigate.
Quality
17314
🧪
2w ago

Develop TDD

Develop TDD guides test-driven development with a red-green-refactor loop using vertical slices. Use it for features or bugs when you need to plan first, write tests before code, and verify behavior through public interfaces.
Quality
17314
🕵️
2w ago

Diagnose Root

Diagnose Root runs a four-phase root cause analysis for confirmed bugs: reproduce, isolate, hypothesize, and verify. Use it when the cause is unclear and you need evidence before proposing a fix.
Quality
17314
📚
2w ago

Documentation Review

Documentation Review checks release-facing docs for stale references, broken links, missing index entries, and drift between canonical and published pages. Use it before cutting a release or after major documentation changes.
Quality
17347
🔧
2w ago

Evolve Skill

Evolve Skill benchmarks a skill, identifies failing scenarios, proposes a minimal change, edits the skill, reruns the benchmark, and records an ADR. Use when a skill underperforms or a stocktake reveals a systemic gap.
Quality
17314
🧪
2w ago

Issue Assessment

Issue Assessment reviews a gflow-cli issue against code, tests, and docs to decide whether the claim is confirmed, needs more info, or is already known. It also checks whether the issue can be verified end to end and drafts a reporter-facing reply.
Quality
17347
⚠️
2w ago

Known Issues

Known Issues surfaces open or mitigated items from KNOWN_ISSUES.md before work starts. Use it before changing auth, reCAPTCHA, or anything previously flagged as flaky.
Quality
17347
🧯
2w ago

LaTeX Rescue

LaTeX Rescue diagnoses and fixes LaTeX compilation errors such as undefined control sequences, missing brackets, math mode issues, package conflicts, and broken environments. Use it when a document will not compile or the log shows LaTeX errors.
Quality
1733
2w ago

Live Verify

Live Verify enforces a pre-flight check against current develop and a live validation step against real Flow before gflow-cli feature or fix work is marked done. Use it for changes that touch generation paths like t2i, i2i, i2v, t2v, or r2v.
Quality
17347
🧪
2w ago

Scenario

Scenario explores non-obvious failure cases for gflow-cli before implementation. It turns a proposed change into a severity-ranked scenario table for PLAN specs and test matrices.
Quality
17347
PreviousPage 145 of 159Next