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

cursor-rules-review

Audit Cursor IDE rules (.mdc files) against quality standards using a 5-gate review process. Validates frontmatter (YAML syntax, required fields, description quality, triggering configuration), glob patterns (specificity, performance, correctness), content quality (focus, organization, examples, cross-references), file length (under 500 lines recommended), and functionality (triggering, cross-references, maintainability). Use when reviewing pull requests with Cursor rule changes, conducting periodic rule quality audits, validating new rules before committing, identifying improvement opportunities, preparing rules for team sharing, or debugging why rules aren't working as expected.

meriley
meriley
tools
open
automation-tools
0

code-review

Perform comprehensive code review for quality, security, and maintainability. Use when reviewing code changes, PRs, or when asked to check code quality.

AdemKao
AdemKao
tools
open
automation-tools
0

code-reviewer

Review code changes, find bugs, risks, regressions, and missing tests.

ZeroZ-lab
ZeroZ-lab
tools
open
automation-tools
0

coderabbit-codex-integration

Run CodeRabbit CLI inside Codex to review local code changes and implement fixes from CodeRabbit findings. Use for setup (install/auth via `coderabbit auth login/status`), running reviews in `--prompt-only` mode, iterating review→fix→re-run, and troubleshooting (`coderabbit --plain`, `--type uncommitted`, `--base main/develop`).

hatrd
hatrd
tools
open
automation-tools
0

code-review

Review code for quality, security, and best practices. Use when reviewing recent changes, PRs, or checking code quality. Proactively use after significant code modifications.

bselee
bselee
tools
open
automation-tools
0

documenting-with-audit

Automated documentation auditing - ensures CLAUDE.md coverage, updates stale docs, recommends structural improvements

bryonjacob
bryonjacob
tools
open
automation-tools
0

fe-principles

프론트엔드 코드 작성/리뷰/리팩토링 시 적용할 원칙. 코드 관련 작업에 자동 적용

KIMSEUNGGYU
KIMSEUNGGYU
tools
open
automation-tools
0

review-agent

Reviews code for quality, security, and best practices

Unicorn
Unicorn
tools
open
automation-tools
0

quality-code-check

Code quality validation through linting, type checking, and build verification. Multi-language support for automated quality gates. Use when validating code quality: - After implementation to validate code meets standards - Before creating pull requests or commits - When debugging build/type/lint issues - User explicitly requests quality checks Provides language-specific tool commands and validation workflows for: - JavaScript/TypeScript (ESLint, tsc, build tools) - Python (Ruff, MyPy, Pyright) - Go (golangci-lint, go build) - Rust (Clippy, cargo check/build) - Java (Gradle, Maven) Focuses on detecting issues early through systematic automated checks.

phananhtuan09
phananhtuan09
tools
open
automation-tools
0

review-codex

Final code/plan review using Codex CLI. Use as the last review step after sonnet.

cskwork
cskwork
tools
open
automation-tools
0

pre-pr

Review code changes against spec for drift and principle violations before PR submission. Use when user says "pre-pr review", "check against spec", "review my changes", "spec drift", "am I following the spec", or before creating a pull request.

ainergiz
ainergiz
tools
open
automation-tools
0

result-check

내가 만든 파일이 제대로 됐는지 확인해주는 도구. 빈 칸, 중복, 오류를 자동으로 찾아줘요!

ljchg12-hue
ljchg12-hue
tools
open
automation-tools
0

code-smell-checker

Review code for maintainability issues and classic code smells. Use when checking code quality, architectural problems, type safety, Vue best practices, or general OOP design issues. Identifies technical debt in components, types, reactive data, and common anti-patterns.

xiaoland
xiaoland
tools
open
automation-tools
0

docs-validator

Proactive documentation quality assurance - validate frontmatter, links, READMEs, and changelogs

gaurangrshah
gaurangrshah
tools
open
automation-tools
0

pm7y-css-review

Reviews CSS/SCSS changes in the current branch for over-specificity, missed reuse opportunities, and over-engineered abstractions. Outputs prioritized tasks to STYLE_TASKS.md. Use when reviewing CSS changes before commit or PR, or to audit existing styles. Supports @file syntax to target specific files.

pm7y
pm7y
tools
open
automation-tools
0

code-review

Standards et checklist pour la revue de code. Use when "review", "check my code", "validate changes", "code quality".

feraudet
feraudet
tools
open
automation-tools
0

code-refactoring

Guides systematic code refactoring to improve code quality, maintainability, and design. Identifies code smells, applies refactoring patterns, ensures test coverage, and follows safe refactoring practices. Produces cleaner, more maintainable code while preserving functionality. Use when improving code quality, eliminating technical debt, preparing for feature additions, addressing code smells, or when users mention refactoring, code cleanup, improving design, reducing complexity, or modernizing legacy code.

DauQuangThanh
DauQuangThanh
tools
open
automation-tools
0

aico-code-review

Request structured code review to catch correctness, security, performance, and readability issues. Reviews should happen early and often. Use this skill when: - Completing a task and need quality check - After major feature implementation - Before merging to main branch - When stuck and need fresh perspective on code - User asks for "code review", "review my code", "check my code" - Subagent-driven workflow needs spec compliance or quality review Review categories: Correctness, Tests, Security, Performance, Readability, Error Handling Severity levels: Critical (fix now), Important (fix before proceeding), Minor (note for later)

yellinzero
yellinzero
tools
open
automation-tools
0

code-review

Comprehensive code review for pull requests and commits. Reviews code against associated stories/tasks, checks naming conventions, linting, clean code practices, readability, maintainability, and security vulnerabilities (OWASP). Provides constructive feedback with explanations. Use when reviewing code, analyzing PRs, checking commits, or validating implementations against requirements.

tomas-u
tomas-u
tools
open
automation-tools
0

global-coding-style

Write clean, readable code with consistent naming conventions, proper formatting, small focused functions, and DRY principles. Use this skill when writing ANY code in the project regardless of language or framework. When naming variables, functions, classes, or files. When structuring functions and deciding on their size and scope. When removing dead code, unused imports, or commented-out blocks. When applying the DRY principle to extract common logic. When ensuring consistent indentation and formatting across the codebase.

mshafei721
mshafei721
tools
open
automation-tools
0

security-scanner

Comprehensive security vulnerability scanning. Use when checking for OWASP vulnerabilities, scanning for secrets/API keys, auditing dependencies for CVEs, or running pre-commit security checks.

j0KZ
j0KZ
tools
open
automation-tools
0

security-baseline

Audit and implement security best practices for GitHub repositories. USE THIS SKILL when user says "security audit", "check security", "add gitleaks", "secret scanning", "dependency audit", or needs security hardening.

epicpast
epicpast
tools
open
automation-tools
0

security-baseline

Audit and implement security best practices for GitHub repositories. USE THIS SKILL when user says "security audit", "check security", "add gitleaks", "secret scanning", "dependency audit", or needs security hardening.

zircote
zircote
tools
open
automation-tools
0

vitest-config-generator

Generate Vitest configuration files for fast unit testing of JavaScript/TypeScript projects. Triggers on "create vitest config", "generate vitest configuration", "vitest setup", "unit test config".

ehtbanton
ehtbanton
tools
open
Previous
Page 152 / 176
Next