code-review-automation
CommunityAutomate code reviews, ensure quality.
Authorfattits30-dev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates code quality enforcement, eliminating slow, inconsistent, and error-prone manual code reviews. It catches issues early in the development cycle, reducing technical debt and ensuring a high standard of code quality.
Core Features & Use Cases
- Pre-Commit Quality Gates: Enforces ESLint, Prettier, and TypeScript checks before code is committed.
- Automated Fixes: Automatically corrects linting, formatting, and import order issues, saving developer time.
- CI/CD Integration: Ensures continuous code quality validation as part of the GitHub Actions workflow.
- Use Case: Before committing, Claude automatically runs linting, formatting, and type checks on staged files, fixing minor issues and flagging critical errors. This ensures only high-quality code enters the codebase, saving developers time and preventing regressions.
Quick Start
Auto-fix ESLint issues and format code
pnpm lint:fix pnpm format
Check for TypeScript errors
pnpm type-check
Run all automated fixes (ESLint, Prettier, Import Optimization)
bash scripts/fix-all.sh
Dependency Matrix
Required Modules
eslintprettiertypescripthuskylint-stagedglob
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: code-review-automation Download link: https://github.com/fattits30-dev/Justice-Companion/archive/main.zip#code-review-automation Please download this .zip file, extract it, and install it in the .claude/skills/ directory.