Dev Check Implementation banner
pappar pappar

Dev Check Implementation

Testing community

Description

--- description: Code review — compare implementation against the approved LLD and system manifest for spec adherence, edge case coverage, and convention compliance. Use after the TDD cycle is complete and before opening a PR. argument-hint: "[LLD path or issue number]" --- Use the `spec-conformance-reviewer` agent to review the implementation for $ARGUMENTS. Read the LLD at the path provided, the implementation files in the approved manifest domain, and the test files in `tests/`. Do not appr

Installation

Installs to ~/.claude/skills/pappar-hitl-claude-plugin-dev-check-implementation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pappar-hitl-claude-plugin-dev-check-implementation && curl -fsSL https://raw.githubusercontent.com/pappar/hitl-claude-plugin/HEAD/commands/dev-check-implementation.md -o ~/.claude/skills/pappar-hitl-claude-plugin-dev-check-implementation/SKILL.md

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

Full documentation available on GitHub

View Source Repository