Find the perfect skill
Update Existing Pull Request
Development
Update an existing pull request with new changes, sync with base branch, and refresh the PR description.
iOS Debug Bridge Sync
Development
Regenerate the iOS debug bridge and typed accessors from the latest gstack templates after upgrades or new ViewModels.
Docker Container Basics
DevOps
Automates basic Docker container operations with step-by-step guidance and production-ready configurations.
Review Existing Content
Documentation
Reviews existing documentation pages, applies only high-confidence fixes, and opens one auditable PR per article.
Agentic Asset Import
Development
Imports external assets (skills, templates, agents) into the v0.2 plugin architecture. Performs pre-flight checks then delegates to shared logic.
Create Pull Request
Development
Automate the PR workflow: create a feature branch, commit changes, push, and open a draft PR against the upstream repo. Handles version bump rules and includes a Co-Authored-By trailer.
Write Like Paul Graham
Content
Write in Paul Graham's style: plain, spoken prose that reasons out loud and lands surprising true claims. Use for essays or rewrites.
Create a Git commit
Development
Make a Git commit with an appropriate commit message for the currently staged changes.
ClickHouse Regression Bisect
Testing
Bisect a ClickHouse regression using pre-built CI binaries and an automated script to find the commit that introduced a bug.
Code Review
Development
Reviews pull request diffs for correctness, security, maintainability, and test coverage. Use when the user asks for a code review.
Create a Pull Request
Development
Commits all changes, pushes to a new branch, and creates a pull request using the repo's PR template. Use when the user asks to make a PR or submit changes.
Git Backport
Development
Back-port a specific commit from master to a release branch via cherry-pick. Creates a dedicated backport branch, attempts the cherry-pick, pushes it, and opens a PR by default.