Loading...
Loading...
Found 3,740 Skills
Respond to review comments on a PR after evaluation and fixes
Send Discord messages and notifications via webhook. Use when you need to post alerts, updates, or messages to Discord channels without full bot setup.
Send Slack messages via incoming webhook. Use for notifications, alerts, and status updates to Slack channels.
This skill should be used when a user wants to plan and create the complete set of Tasks for a Feature all at once, systematically walk through every implementable slice of work for a Feature, or create tasks in batch with step-by-step confirmation. Triggers on phrases like "plan all tasks for this feature", "create all tasks for feature
This skill should be used when a designer wants to produce a holistic design for a full feature before it is broken into tasks — for example "design feature
Marin Software integration. Manage data, records, and automate workflows. Use when the user wants to interact with Marin Software data.
Initialize a new project — repo, structure, CI, and first commit
Refactor code with safety nets — tests green before and after, no behavior change
Follow up on an existing PR by rebasing on the base branch, addressing reviewer comments, fixing CI issues, and pushing updates. Use when the user provides a PR URL or number and wants to get it ready for merge.
Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.
Merge all worktrees from .trees/ into current branch and clean up
Branch finishing and PR preparation. Use when completing a feature branch, preparing a pull request, or cleaning up commit history.