TopRank Skills

tools automation tools Skills

Discover the best skills in this category.

close tools automation tools close Sort: Stars
Showing 10044 results
rbergman

mise

by rbergman

star 1

Modern dev tool version management with mise. Use PROACTIVELY when setting up repos, managing tool versions, or when use...

rbergman

repo-init

by rbergman

star 1

Initialize a new repository with standard scaffolding - git, gitignore, CLAUDE.md, justfile, mise, and beads. Use when s...

HenryXV

cartographer

by HenryXV

star 1

Maps and documents the codebase. Generates `docs/CODEBASE_MAP.md` with architecture diagrams, module relationships, and...

bodrovphone

refactor

by bodrovphone

star 1

Hunt for code smells, anti-patterns, and refactoring opportunities in the TaskBridge codebase using React/Next.js best p...

Mentor-Wizard

laravel-coder

by Mentor-Wizard

star 1

Generates modern maintainable Laravel applications code with a focus on performance and security by default and for best...

star 1

Generates DevOps configurations and scripts for deploying and managing Laravel applications. Run local commands to debug...

LukasStrickler

use-graphite

by LukasStrickler

star 1

Manage stacked PRs with Graphite CLI (gt) instead of git push/gh pr create. Auto-detects Graphite repos and blocks confl...

LukasStrickler

docs-check

by LukasStrickler

star 1

Analyze git diff to identify code changes requiring documentation updates. Categorizes changes (database/schema, API end...

LukasStrickler

code-review

by LukasStrickler

star 1

Review code changes using CodeRabbit CLI - supports uncommitted files (task mode) or all PR files vs main branch (pr mod...

LukasStrickler

git-commit

by LukasStrickler

star 1

Write clear git commits with Conventional Commits format. Detects project conventions from history and config. Guides co...

LukasStrickler

code-quality

by LukasStrickler

star 1

Run comprehensive code quality checks including TypeScript typecheck, ESLint linting, Prettier formatting, and Markdown...

manthanabc

resolve-conflicts

by manthanabc

star 1

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve co...

JesseNaranjo

performance-review

by JesseNaranjo

star 1

This skill should be used when the user asks to "check performance", "review for performance issues", "find slow code",...

JesseNaranjo

security-review

by JesseNaranjo

star 1

This skill should be used when the user asks to "security review", "check for vulnerabilities", "audit security", "find...

JesseNaranjo

bug-review

by JesseNaranjo

star 1

This skill should be used when the user asks to "find bugs", "check for bugs", "review for errors", "find logical errors...

JesseNaranjo

compliance-review

by JesseNaranjo

star 1

This skill should be used when the user asks to "check CLAUDE.md compliance", "review against coding standards", "check...

This-HW

review

by This-HW

star 1

현재 변경사항 또는 지정된 파일에 대한 코드 리뷰를 수행합니다.

rakaadi

code-refactoring

by rakaadi

star 1

Guide for code refactoring, use this skill to guide you when user asked to refactor a components or functions and when a...

rakaadi

code-debugging

by rakaadi

star 1

Guide for debugging issue on a specific code sections, pattern, or files. Used this skill when user asking for assistant...

mhalder

git-rebase

by mhalder

star 1

Guide interactive rebasing, commit squashing, and conflict resolution. Use when the user says "squash commits", "rebase...

mhalder

create-patch

by mhalder

star 1

Creates a patch file with all uncommitted changes and moves it to ~/Downloads. Use when the user says "create patch", "s...

mhalder

github-actions

by mhalder

star 1

Write and debug GitHub Actions workflows. Use when the user says "create CI pipeline", "github actions", "workflow not w...

mhalder

update-readme

by mhalder

star 1

Updates README.md to match the current project state. Use when the user says "update readme", "sync readme", "refresh do...

mhalder

shellcheck

by mhalder

star 1

Lint and fix shell script issues using ShellCheck. Use when the user says "check this script", "lint shell", "shellcheck...