home/categories/automation-tools
category focus

Automation Tools

Script and automate repetitive tasks and workflows.

4208 स्किल्सall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
automation-tools
0

code-review

This skill should be used when conducting comprehensive code reviews and codebase audits. Invoke when the user requests to review code quality, security vulnerabilities, performance issues, or best practices across entire codebases, directories, or specific files. Typical requests include "Review the codebase in ./src", "Audit this project for security issues", or "Review all Python files for quality".

tk-425
tk-425
tools
open
automation-tools
0

refactor

Find dead code, duplications, complexity issues, and refactoring opportunities. Use when cleaning up code, removing unused exports, simplifying complex functions, or during tech debt sprints.

place-to-stand
place-to-stand
tools
open
automation-tools
0

code-quality

コードレビュー、コミットメッセージ生成、リファクタリング提案、テスト作成支援。静的解析、コーディング規約チェック、セキュリティスキャン。「レビュー」「コミット」「リファクタリング」「テスト」「コード品質」に関する質問で使用。

take566
take566
tools
open
automation-tools
0

ship

Review and finalize (REVIEWER + DOCUMENTER phases) - runs adversarial code review, commits changes, completes task, and records reflection to capture pattern outcomes.

benredmond
benredmond
tools
open
automation-tools
0

code-reviewer

Code review: security, performance, best practices

jk278
jk278
tools
open
automation-tools
0

transformation-verifier

Verifies that code slob that was transformed into clean code does not modify the original behavior of the code. Use when the user asks to verify code by providing you with a directory of the files.

Jazz23
Jazz23
tools
open
automation-tools
0

naming-reviewer

Expert code naming review and refactoring. Reviews variables, functions, and classes to improve readability and maintainability using master-level naming principles. Use when: (1) User asks to review naming/variable names in code, (2) User wants to improve code readability, (3) User requests naming suggestions or refactoring, (4) User mentions code quality or maintainability concerns related to naming, (5) User asks to apply best practices to naming

luohaha
luohaha
tools
open
automation-tools
0

reviewer

MUST BE USED for code review. Use PROACTIVELY when /review command is invoked or after any code changes to check correctness, architecture, and security.

arttttt
arttttt
tools
open
automation-tools
0

project-reviewer

Scan entire Python project directories and review all .py files for Clean Code principles. Use when the user requests project-wide code review with /review-project command, wants to analyze multiple files, or needs to identify which files need refactoring most. Requires MCP tools list_directory and read_file.

dm-nice
dm-nice
tools
open
automation-tools
0

review-architecture

Reviews code for compliance with the project's Modular Monolith architecture, strict boundary rules, and coding standards. Use before committing or when reviewing a PR.

hieupvXmasEve
hieupvXmasEve
tools
open
automation-tools
0

format

Format Rust and Meson code using justfile tasks (just fmt-rs, just fmt-meson). Use when editing .rs or meson files, mentions formatting, code style, rustfmt, cleanup, or before commits/PRs. Ensures consistent code style across the codebase.

nx-std
nx-std
tools
open
automation-tools
0

security-first

Universal security checklist and fixes for ANY project type or language

j0KZ
j0KZ
tools
open
automation-tools
0

repo-security-review

Security audit for GitHub repositories before installation. Use when user wants to check if a repo/app is safe to install, review install scripts for malicious code, verify an open source project isn't collecting data, or audit dependencies for suspicious packages. Triggers on phrases like "is this safe to install", "check this repo", "review this script", "audit this code", "is this sketchy".

jbdamask
jbdamask
tools
open
automation-tools
0

coding-standards

Coding style and structural conventions for this codebase.

amattas
amattas
tools
open
automation-tools
0

ci-verify

Run and interpret pnpm lint, pnpm typecheck, pnpm build, and pnpm format in a Turborepo monorepo; diagnose CI-style failures; propose minimal diffs; and deliver a fix plan, files touched, and validation commands checklist. Use when verifying CI readiness or fixing lint/typecheck/build/format failures in Turborepo repositories.

valuecodes
valuecodes
tools
open
automation-tools
0

code-review

Review code changes for quality, security, and maintainability. Use when user asks to 'review this code', 'check my changes', 'audit this PR', or after completing significant implementation work.

ali
ali
tools
open
automation-tools
0

cleanup

This skill should be used when the user asks to "clean up the code", "remove unnecessary comments", "simplify docstrings", "parameterize tests", or wants to review and clean up code.

tbroadley
tbroadley
tools
open
automation-tools
0

review-standards

Review and update project coding standards based on recent code changes / 最近のコード変更に基づいてプロジェクトのコーディング規約をレビュー・更新

Tsuchiya2
Tsuchiya2
tools
open
automation-tools
0

code-reviewer

Comprehensive code review for pull requests and local branch changes. Use when the user requests a code review, asks to review changes, provides a PR URL, or wants feedback on branch modifications. Focuses on logic errors, bugs, error handling, performance, complexity, and project guideline adherence while avoiding formatting nits.

johnmog
johnmog
tools
open
automation-tools
0

global-coding-style

Write clean, maintainable code following consistent naming conventions, automated formatting, meaningful descriptive names, small focused functions, consistent indentation, removal of dead code, DRY principle, and backward compatibility only when required. Use this skill when writing any code in the project, refactoring existing code, naming variables/functions/classes, organizing code structure, removing unused code or imports, establishing code formatting standards, or ensuring consistency across the codebase. This skill applies to all file types including PHP, JavaScript, TypeScript, Vue, React, CSS, and any other code files in your project.

FlorianRiquelme
FlorianRiquelme
tools
open
automation-tools
0

best-practices-checker

Checks code for best practice violations including DRY violations, SOLID principles, error handling patterns, testing practices, documentation standards, and version control practices. Returns structured best practice reports with improvement suggestions.

lexicalninja
lexicalninja
tools
open
automation-tools
0

coderabbit

Process CodeRabbit AI PR review suggestions from CODERABBIT.md in the TCC repo; triage, validate against code/specs, and implement safe, production-ready fixes.

mcart13
mcart13
tools
open
automation-tools
0

global-coding-style

Write clean, consistent code following established naming conventions, formatting rules, and the DRY principle across all files. Use this skill when writing any code in any file, naming variables and functions, structuring code logic, formatting code with consistent indentation, choosing descriptive names that reveal intent, keeping functions small and focused, removing dead code and unused imports, extracting common logic into reusable functions, maintaining consistent code style across the codebase, configuring linters and formatters, or refactoring code for better readability. Apply this skill universally across all coding tasks to ensure code quality, maintainability, and consistency with project standards. This skill should be active for all file types including TypeScript, JavaScript, Python, Ruby, Java, Go, and other programming languages.

pdovhomilja
pdovhomilja
tools
open
automation-tools
0

python-verification

Ensures Python code quality through static analysis (Ruff, Mypy) and efficient testing workflows (Pytest). Used (1) during new feature development to catch logic errors early, (2) before committing bug fixes to prevent regressions, and (3) as a final quality gate before creating a pull request.

masa-codehub
masa-codehub
tools
open
Previous
Page 149 / 176
Next