Loading...
Loading...
Found 2,777 Skills
Start a code review session by launching the diffx server and opening the browser UI. Use when the user invokes /diffx-start-review.
Invoke this skill when the user says "use btca"
This skill should be used when a QA engineer wants to test or verify a completed task, run through acceptance criteria, check Gherkin scenarios against the implementation, record pass/fail results, or sign off on a ticket before merge. Triggers on phrases like "verify task
Use when needing multiple checked-out branches simultaneously without re-cloning — review a PR while keeping WIP, per-branch build caches, or hotfix alongside feature work
Check all staged files for stale @context annotations before committing. Use as a pre-commit verification step.
Small tweaks to existing features — no design needed, just TDD and PR
Set up CI/CD workflows via interactive questionnaire — unit tests, build, coverage, linting, deploy, and custom actions
Build a production-quality CLI tool for any module or application. Auto-detects language, recommends CLI libraries, and follows a 5-step approval-gated workflow: Analyze, Design, Plan, Execute, Summarize. Don't use for building GUI/TUI apps, web APIs, or authoring one-off shell scripts.
Create well-formatted commits with conventional commit messages and emoji
Guide for setup Codemap CLI for intelligent codebase visualization and navigation
Fix review comments on current PR
Synthesize a PRD (Product Requirements Document) for a big new feature. Synthesis (not interview) — uses existing project context and explicit ADRs. Asks before gh issue create. Use when scoping a substantial new feature in PRD shape (e.g., before a sprint).