tools automation tools Skills
Discover the best skills in this category.
project-workflow-build-sy...
by bash0C7
Guides AI agents through TDD workflow, build system safety, git operations, and TODO management for gem development. Use...
security-scan-local
by gar-ai
Run security scans locally (Semgrep, Trivy, Gitleaks) to detect vulnerabilities, secrets, and code issues before pushing...
git-worktree-manager
by gar-ai
Manage Git worktrees for parallel feature development. Use when the user wants to work on multiple branches simultaneous...
codex-collaboration
by hewenyu
Codex CLI integration for code review and consultation. Use when: (1) code needs review before commit, (2) need expert c...
python-analyzer
by jurabek
Format and analyze Python code using ruff (formatting/linting) and ty (static type checking). Use when the user asks to...
conductor
by thanhtoan105
Context-driven development methodology. Understands projects set up with Conductor (via Gemini CLI or Claude Code). Use...
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and autom...
code-review
by jarosser06
Expert in conducting thorough code reviews for Python projects using GitHub MCP, covering test coverage, security practi...
python-basics
by jarosser06
Expert in Python 3.10+ fundamentals and best practices for the Drift project including import ordering (isort), code org...
github-operations
by jarosser06
Expert in GitHub workflows including issue management, PR operations, and branch conventions. Use when working with GitH...
commit-messages
by jarosser06
Expert in writing concise, factual git commit messages for Drift project without AI fluff. Use when committing code chan...
issue-writing
by jarosser06
Expert in creating well-structured GitHub issues with clear problem statements, specific acceptance criteria, and action...
pr-writing
by jarosser06
Expert in creating well-structured pull requests with clear summaries. Use when writing or structuring PRs.
doc-audit
by jarosser06
Expert in auditing Sphinx/RST documentation for Drift project. Use when validating code examples and removing subjective...
linting
by jarosser06
Expert in maintaining code quality standards using flake8, black, isort, and mypy. Use when fixing linting errors or enf...
changelog-generator
by Crumbgrabber
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and tra...
developer-growth-analysis
by Crumbgrabber
Analyzes your recent coding chat history to identify patterns, development gaps, and areas for improvement, curates rele...
frontend-design
by Crumbgrabber
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to...
git-commit-helper
by Crumbgrabber
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or...
repo-changelog
by Yona544
Generates end-user friendly release notes and changelogs by analyzing git diffs, consolidating changes, and formatting f...
reverse-engineer
by jschulte
Deep codebase analysis to generate 8 comprehensive documentation files. Adapts based on path choice - Greenfield extract...
analyze
by jschulte
Perform initial analysis of a codebase - detect tech stack, directory structure, and completeness. This is Step 1 of the...
buzzllm-gateway
by RohanAwhad
Use buzzllm CLI to perform web searches, execute Python code in Docker, search/analyze local codebases, or generate code...
test-driven-development
by zebbern
Use when implementing any feature or bugfix, before writing implementation code