Qcheck banner
vscarpenter vscarpenter

Qcheck

Development community

Description

Review all changed files as a skeptical staff engineer. Apply the full coding-standards skill. For every major code change, evaluate: 1. Does this follow our coding standards? 2. Are there comprehensive tests with positive and negative cases? 3. Is error handling adequate with typed errors? 4. Does this maintain existing codebase patterns? 5. Are there any security concerns? 6. Is the code maintainable and readable by a junior engineer? 7. Are types properly annotated on all function signature

Installation

Installs to ~/.claude/commands/vscarpenter-coding-standards-skill-qcheck.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/vscarpenter/coding-standards-skill/HEAD/.claude/commands/qcheck.md -o ~/.claude/commands/vscarpenter-coding-standards-skill-qcheck.md

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

Full documentation available on GitHub

View Source Repository