Loading...
Loading...
Found 3,250 Skills
Review, organize, and commit pending changes. Split into logical commits, stage carefully, and write clear Conventional Commit messages. Use when the user asks to commit, stage changes, or organize work into commits.
Run code-simplifier on current branch/PR changes to show a cleaned-up version
Generate commit messages following conventional commits and commit staged changes. Use when creating commits or when user invokes /commit.
Full feature pipeline — pre-flight checks, TDD cycle, scope guard, quality commit. Combines pre-flight + tdd + scope-check + quality-commit into one flow. Use when implementing a feature, adding an endpoint, or building any non-trivial code change.
Use when working with fundamental CLI tools and utilities that are essential for software development across all languages and platforms. Covers shells, version control, system package managers, containers, remote access, HTTP clients, data processing, and build runners. USE FOR: CLI tools, developer tooling, shell scripting, version control, system package managers, containers, remote access, build automation, text processing, choosing cross-platform dev tools DO NOT USE FOR: language-specific package managers (use language-specific skills like npm/pip/cargo), IDE configuration, language-specific build tools (use language-specific skills)
CI/CD 流水线配置
Executes implementation plans with smart task grouping. Groups related tasks to share context, parallelizes across independent subsystems.
Complete changelog and release notes infrastructure. Audits current state, implements missing components, and verifies the release pipeline works end-to-end.
Design PM-friendly technical architecture for features. No code, only high-level design decisions.
Review Code
Quick commit and push with minimal, clean messages
Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations.