dev-checker

Community

Automate pre-commit and pre-deploy code checks.

Authoramo-tech-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the manual, error-prone process of validating code quality before commits or deployments. It ensures your code adheres to standards, preventing broken builds and costly post-deployment fixes.

Core Features & Use Cases

  • Automated Code Validation: Runs TypeScript type checks, build checks, and linting to catch errors early.
  • Pre-Commit Checklist: Guides through essential checks like tsc --noEmit, no console.log, and .env not staged.
  • Pre-Deploy Checklist: Ensures all tests pass, builds succeed, and environment variables are set before deployment.
  • Use Case: Before pushing code, simply ask "Run dev checks" to automatically validate code quality and readiness, saving you from CI/CD failures.

Quick Start

Just ask:

"Run dev checks"

"Check if ready to commit"

Dependency Matrix

Required Modules

pnpmtsc

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: dev-checker
Download link: https://github.com/amo-tech-ai/medellin-spark/archive/main.zip#dev-checker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository