Find the perfect skill
Create Draft Pull Request (Vision-Agents)
Development
Create a draft pull request for the Vision-Agents repo using gh CLI, including pre-check steps and writing rules.
Convert PR Comments to Lint Rules
Development
Turns recurring PR feedback into an automated lint rule with tests and a CLAUDE.md annotation.
Product Intake Triage
Development
Triage PRODINT intake tickets assigned to you. Review queue, assess severity, transition statuses, draft comments, and clone accepted tickets to PYR backlog.
Extract Code Block into Function
Development
Selected block is extracted into a named function using LSP code actions, with manual fallback and validation.
Ship Release Workflow
Development
Automates the complete release cycle: build verification, version bump, changelog update, git tag, and push to trigger CI/CD.
Interactive Diff Review
Development
Open an interactive diff review UI in the browser showing the full diff of the current branch against a base ref.
Vite - Configuration, plugins, SSR
Development
Next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Covers configuration, plugin API, SSR, and Rolldown migration.
PR Review and Merge Workflow
Development
Comprehensive PR review with approve, request changes, merge, and close actions. Tone adapts to contributor type.
Workflow Patterns
Development
Guide for implementing tasks using the TDD workflow, phase checkpoints, git commits, and the verification protocol.
Weekly Retrospective
Development
Weekly engineering retro. Analyzes commits, work patterns, code quality with history and trend tracking. Per-person: praise and growth areas.
Fish script validation
Development
Validates fish scripts located in config/fish/ by performing syntax checks with fish --no-execute and formatting checks with fish_indent --check. This skill is automatically applied after editing any .fish file to ensure scripts are correct and properly formatted.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Handles single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check.