PyModel

Code Max — Testing skill for Claude Code

Testing community

Agent skill that makes a coding agent verify before it claims done — no stubs, no fabricated test results, evidence-backed completion reports.

How to install Code Max

This entry records only its repository, not the path inside it, so there is no exact command to give. Open PyModel/code-max and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Code Max does

Agent skill that makes a coding agent verify before it claims done — no stubs, no fabricated test results, evidence-backed completion reports.

Alternatives in Testing

  • Pua — Use when the user invokes /pua or asks for PUA mode, try-harder/retry help, change-approach coaching, completi 19.5k ★
  • Claude Codepro — by Max Ritter - Professional development environment for Claude Code with spec-driven workflow, TDD enforcemen 1.6k ★
  • Spy — by spylang - Enforces strict coding conventions with comprehensive testing guidelines, multiple code compilati 678 ★

README

code-max: evidence, or it didn't happen

code-max

A portable engineering skill for evidence-backed implementation, debugging, review, refactoring, and migrations. It demands the smallest complete solution, relevant tests, and an honest report instead of unsupported claims that work is finished.

Engineering contract

The [core protocol](SKILL.md) requires an acceptance ledger proportional to the task, source inspection, preservation of user-owned work, cause-level fixes, and verification after the last relevant edit. It adds architecture discovery, explicit dependencies and contracts, risk-based quality gates, prompt defect reporting, small reviewable commits, and migration/rollback planning where relevant.

It adapts to the repository rather than imposing a stack, framework, microservices, coverage percentage, or new toolchain. [Conditional quality gates](references/quality-gates.md) cover architecture, APIs, data, concurrency, resource cleanup, security/privacy, UI and accessibility, performance, supply chain, and operations. Load only applicable guidance.

`COMPLETE` requires current evidence for every authorized acceptance item. `PARTIAL` retains named unfinished work. `BLOCKED` identifies a concrete constraint. Waived, failed, and unrun checks never become passes. See the [report template](references/report-template.md). Explicitly requested scaffolding is allowed but cannot be sold as implemented functionality.

**Limits:** Instructions cannot guarantee agent compliance or sandbox execution. Host permissions, review, and project CI remain necessary. The skill does not grant authority to push, deploy, change permissions, or override project governance. Automated checks in this repository validate the package and utilities, not every downstream codebase or model.

Install

The skill itself is Markdown with no runtime dependencies or hooks. Review it before loading. Install the whole dir