tools automation tools Skills
Discover the best skills in this category.
Create custom GitHub Actions (composite, Docker, or JavaScript). Use when building reusable actions, creating custom wor...
Generate OpenAPI/Swagger specifications and API documentation from code or design. Use when creating API docs, generatin...
pr
by corv89
Commit changes, bump version, update changelog, and open a PR
refactoring
by atusy
Guide code refactoring using Martin Fowler's catalog of behavior-preserving transformations. Use during TDD REFACTOR pha...
git-commit
by atusy
Stage meaningful diffs and create commits with WHY-focused messages. Use whenever making git commits.
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files,...
Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go...
Reviews React Flow code for anti-patterns, performance issues, and best practices. Use when reviewing code that uses @xy...
Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer...
Perform 12-Factor App compliance analysis on any codebase. Use when evaluating application architecture, auditing SaaS a...
Detects common LLM coding agent artifacts in codebases. Identifies test quality issues, dead code, over-abstraction, and...
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code r...
Reviews Swift code for concurrency safety, error handling, memory management, and common mistakes. Use when reviewing .s...
LLM-as-judge methodology for comparing code implementations across repositories. Scores implementations on functionality...
Reviews Combine framework code for memory leaks, operator misuse, and error handling. Use when reviewing code with impor...
command-writer
by WaterplanAI
Expert assistant for creating Claude Code custom slash commands. Guides command file structure, YAML frontmatter configu...
daily-standup
by Uniswap
Generate daily standup reports from GitHub and Linear. Use when user says "what did I work on yesterday", "generate my s...
ide-diagnostics
by liby
Fix TypeScript errors, get diagnostics, rename symbols, find references, organize imports. Use when user needs IDE/LSP t...
validating-pre-commit
by saleor
Runs quality gate checks before commit or push. Executes lint fixes, TypeScript compilation, tests, and CI validation. R...
creating-changesets
by saleor
Creates changesets for semantic versioning and automates release notes. Determines correct version bump type (patch/mino...
reviewing-typescript-code
by saleor
TypeScript code quality patterns for writing and reviewing code. Covers type safety, clean code, functional patterns, Zo...
managing-github-ci
by saleor
Configures GitHub Actions workflows and CI/CD pipelines. Manages automated releases via Changesets, PR validation, and H...
analyzing-test-coverage
by saleor
Creates and analyzes tests using Vitest and MSW patterns. Generates test builders, mocks repositories, and configures in...