Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

code-quality

verified

Run code quality checks. Use after making code changes, before commits, or when asked to check code quality.

View on GitHub

Marketplace

claude-code-repoprompt-codex-plugins

GantisStorm/claude-code-pair-planning-framework

Plugin

pair-swarm

Repository

GantisStorm/claude-code-pair-planning-framework
4stars

pair-swarm/skills/code-quality/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/GantisStorm/claude-code-pair-planning-framework/blob/main/pair-swarm/skills/code-quality/SKILL.md -a claude-code --skill code-quality

Installation paths:

Claude
.claude/skills/code-quality/
Powered by add-skill CLI

Instructions

# Code Quality Checks

Run code quality checks after making code changes.

## Commands

```bash
# Full check (type checking + linting)
./start.sh check

# Type checking only
./start.sh typecheck

# Linting only
./start.sh lint

# Linting with auto-fix
./start.sh lint-fix
```

## Workflow

1. Make code changes
2. Run `./start.sh check`
3. If lint errors can be auto-fixed, run `./start.sh lint-fix`
4. Fix remaining errors manually
5. Re-run check to verify

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
450 chars