epic-validate

Community

Ensure code quality with automated, comprehensive validation.

Authorastrosteveo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually running tests, linting, and type checks is time-consuming, repetitive, and prone to oversight, leading to regressions and technical debt. This Skill automates a full suite of validation checks, ensuring code quality and preventing issues with minimal effort.

Core Features & Use Cases

  • Multi-Tool Validation: Automatically detects your project type (Node.js, Rust, Go, Python, etc.) and runs all relevant tests, linting, type checking, and build commands in a single, unified process.
  • Actionable Reporting: Provides clear pass/fail status with specific, actionable details for any failures, including file and line numbers, so you can quickly pinpoint and resolve issues.
  • Optional Auto-Fixing: Can automatically fix common linting issues, saving you significant manual correction time and ensuring adherence to code style standards.
  • Use Case: After making changes during /epic:implement, run /epic:validate to automatically execute all necessary quality checks across your project. It will report back with a summary, ensuring your code is robust and ready for commit.

Quick Start

/epic:validate

Dependency Matrix

Required Modules

None required

Components

references

💻 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: epic-validate
Download link: https://github.com/astrosteveo/epic/archive/main.zip#epic-validate

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