Find the perfect skill
Code Linting and Auto-fix
Development
Lint and auto-fix JavaScript, CSS, and PHP files to enforce coding standards (ESLint, Stylelint, WPCS). Run before committing to ensure code quality and compliance.
Pull Request Creator
Development
Create high-quality pull requests via gh pr create, handling commits, branching, and pushes.
Workspace Discovery
Development
Interactive guide to discover available tools, workflows, agents, and hooks in the workspace via /help.
Sample Text Processor
Development
Reference skill for text processing with word counting, character analysis, and text transformations.
Complete Logging System Guide
Development
A comprehensive guide to application logging, script logging, error monitoring, and HTTP request logging, including setup, log levels and best practices.
Bootstrap ADLC Structure
Development
Set up the .adlc/ directory structure for spec-driven development in a new repo or subdirectory.
Commit Message Generation
Development
Generates commit messages from staged changes using repository conventions, with gitmoji, type, and scope selection.
Create Pull Request
Development
Pushes the current branch and creates a pull request with a title generated from the branch name and issue, plus appropriate labels.
asc CLI usage guide
Development
Guidance for using the asc CLI with App Store Connect: command discovery, canonical verbs, flags, output formats, pagination, and authentication.
Code Review and Fix
Development
Runs all five review agents, synthesizes findings, triages issues, and fixes approved items. Validates findings against actual code before applying changes.
Feature-Driven Code Development
Development
Implement backlogs through a structured feature-driven approach: read requirements, design, code, and document.
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.