skills/skills.nix
dan 97a2806d47 feat(skills): Add test-review and verify-work skills
- skills/verify-work: The Gatekeeper (runs verify.sh)
- skills/test-review: The Auditor (checks test quality)
- skills.nix: Registered new skills
2026-01-19 15:31:22 -08:00

23 lines
1.1 KiB
Nix

{
ai-tools-doctor = "Check and sync AI tool versions";
bd-issue-tracking = "BD issue tracking skill";
code-review = "Multi-lens code review with issue filing";
doc-review = "AI-assisted documentation review";
hq = "Multi-agent orchestration with worker CLI";
niri-window-capture = "Invisibly capture window screenshots";
ops-review = "Multi-lens ops/infrastructure review";
orch = "Orchestration and consensus skill";
playwright-visit = "Browser automation and content extraction";
review-gate = "Quality gate for agent work";
screenshot-latest = "Find latest screenshots";
spec-review = "Technical specification review";
tufte-press = "Generate study card JSON";
test-review = "Audit test quality for flakiness, tautologies, and anti-patterns";
verify-work = "The Gatekeeper: Run project build/tests before claiming success";
worklog = "Create structured worklogs";
update-spec-kit = "Update spec-kit ecosystem";
update-opencode = "Update OpenCode via Nix";
web-search = "Search the web via Claude";
web-research = "Deep web research with multiple backends";
}