Loading...
Loading...
Found 3,892 Skills
Branch Naming Helper - Auto-activating skill for DevOps Basics. Triggers on: branch naming helper, branch naming helper Part of the DevOps Basics skill category.
Automatically hunt for high-impact OSS contribution opportunities.
Perform exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees
Initialize or augment pre-commit configuration for a project by analyzing existing files or asking about expected technologies. Creates or updates .pre-commit-config.yaml with linting, formatting, security scanning, testing, cyclomatic complexity, and conventional commits hooks. Never overwrites existing hooks—only adds missing ones.
Manages semantic versioning releases — version bumps, changelogs, tags, publishing. Use when preparing a new release.
Executes optimization hypotheses with keep/discard testing loop. Use when applying validated performance improvements.
Initialize Python Project (New or Fork). Use when the user wants to create a new production-ready Python/ML project structure, or fork and enhance an existing project. Uses uv for environment management.
Sync the current feature branch with origin/main by committing local work, fetching, merging, and resolving conflicts. Use when user says 'merge main', 'update from main', 'sync with main', 'pull main into branch', 'branch is behind main', or 'update my branch'. Do NOT use for creating PRs (use create-pr), reviewing code (use review-diff), or any rebase workflow — this skill does merge, not rebase.
Automate version bumping following semantic versioning and changelog management. Use when the user wants to bump a version, create a release, update the changelog, or tag a new version in a project using semver conventions and Keep a Changelog format.
Use when performing a CTO-level PR review — includes staging evidence gate for infra/backend PRs.
Use when checking doc freshness and computing domain quality grades without making fixes.
Use when running the automated security alert fix pipeline — opens fix PRs, creates issues for breaking changes, dismisses false positives.