validation

Community

Ensure feature quality, performance, and security before launch.

Authormatteocervelli
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a final, systematic quality gate for implemented features, ensuring code quality, test coverage, performance, and security, and verifying that all standards and requirements are met before marking work complete or deploying.

Core Features & Use Cases

  • Automated Quality Checks: Runs Black, mypy, and flake8 to enforce coding standards and identify style or type errors.
  • Comprehensive Test & Coverage Validation: Verifies the test suite passes and meets coverage targets (e.g., 80%+), identifying any untested code paths.
  • Performance & Security Assessment: Benchmarks performance against defined criteria and scans for security vulnerabilities in dependencies (e.g., with pip-audit).
  • Use Case: Before creating a pull request for a completed feature, use this skill to generate a full validation report, confirming all quality, performance, and security checks pass, and that all requirements are fulfilled.

Quick Start

Run a full validation check on the current feature, including code quality, tests, coverage, performance, and security.

Dependency Matrix

Required Modules

pytestblackmypyflake8pip-audit

Components

scriptsreferences

💻 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: validation
Download link: https://github.com/matteocervelli/llms/archive/main.zip#validation

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.