Build Test Lint Autopilot banner
jleechanorg jleechanorg

Build Test Lint Autopilot

Testing community

Description

--- description: Turnkey workflow for running tests, lint, and quality automation type: usage scope: project --- # Build, Test & Lint Autopilot ## Purpose Provide Claude with a turnkey workflow for orchestrating the project's automated quality checks, including when to run full suites and how to interpret failures. ## Activation cues - Requests to run tests, lint, or end-to-end quality checks. - Follow-up questions after CI failures. - Planning sessions that need a recommended verification or

Installation

Installs to ~/.claude/skills/jleechanorg-claude-commands-build-test-lint-autopilot/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jleechanorg-claude-commands-build-test-lint-autopilot && curl -fsSL https://raw.githubusercontent.com/jleechanorg/claude-commands/HEAD/.claude/skills/build-test-lint-autopilot.md -o ~/.claude/skills/jleechanorg-claude-commands-build-test-lint-autopilot/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository