Verify Project Health

Community

Verify code health with lint, tests, and types.

AuthorRow0902
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Before any task_boundary completion or notify_user call, code must be verified.

Core Features & Use Cases

  • Type Check: Mentally verify: "Are all arguments typed?" "Is Any avoided?" (Future) uv run mypy src
  • Linting (Strict): Command: uv run ruff check src
  • Formatting: Command: uv run ruff format src
  • Testing: Command: uv run pytest
  • Action: If tests fail, FIX them. Do not comment them out.

Quick Start

Run the project health workflow to verify linting, type safety, formatting, and tests.

Dependency Matrix

Required Modules

None required

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: Verify Project Health
Download link: https://github.com/Row0902/agents/archive/main.zip#verify-project-health

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 223,000+ vetted skills library on demand.