Code Testing Skill — Testing skill for Claude Code
Claude Code and Codex skill for planning, writing, running, and auditing meaningful tests in real projects.
How to install Code Testing Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Evan1108-Coder/code-testing-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Code Testing Skill does
Claude Code and Codex skill for planning, writing, running, and auditing meaningful tests in real projects.
Alternatives in Testing
- Test Runner — Run Python tests with pytest, unittest, or other testing frameworks 23.4k ★
- Writing Test 1.2k ★
- Spec Driven Develop — Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub 975 ★
README
Code Testing Skill / TestPilot
Claude/Codex testing skill for planning, writing, running, and auditing meaningful tests inside real projects.
 
**AI testing skill • targeted tests • full audit mode • real validation**
At a Glance
- Real project documentation now includes security guidance, contribution notes, issue/PR templates, and real visual snapshots.
- Maintenance snapshot: see docs/project-snapshot.md for a generated file-mix chart and repository checklist.
- Public repo: https://github.com/Evan1108-Coder/Code-Testing-Skill-Claude-Codex
Real Visual Snapshot
These visuals are generated from the actual repository structure and project workflow, not placeholders.


Status: beta. This is a prompt/skill package, not a test framework. It improves how AI agents approach testing inside your existing project.
Also called **TestPilot** in examples and prompts.
Why Use This Skill?
- Pushes Claude Code and Codex to inspect the project before writing tests.
- Separates targeted testing from full-project audits.
- Encourages running tests and reporting real failures instead of inventing confidence.
- Covers UI, logic, integration, regression, and edge-case review.
Current Limitations
- It cannot replace project-specific test infrastructure.
- It works best when the repo already has runnable commands or clear setup docs.
- Agent output still needs review for risky changes or weak assertions.
A testing skill for **Claude Code** and **Codex** that teaches your AI coding agent to write, run, and audit tests intelligently — not just blindly generate them.
How It Works

*TestPilot scans your project, detects test framework
Related Skills
Ng Mocks Testing Skill
Claude Code skill for writing Angular unit tests with ng-mocks — MockBuilder, MockRender, NgRx effects, and an
Property Testing Rules
Always-on property-testing standards from the Hypothesis documentation. Apply when writing tests for functions
Kazi
Make your coding agent actually finish the job. Install one skill and Claude Code keeps working — planning, fi
Piv
Self-recursive development loop with real auth testing, live DB research, 100% test pass requirements, and MAN
Cfn Pseudo
SPARC Pseudocode phase. Trace logic, enumerate branches, find failure paths, verify branch coverage BEFORE wri
Writing Craft
A blind tested skill for better creative writing. Nine signals three AI judges named after scoring 50 samples
Related Agents
Claude Agents By Ian Nuttall
Ready-to-use subagents for code refactoring, frontend design, security auditing, project planning, content wri
Playwright Expert
Use for writing or modifying end-to-end tests in e2e/tests for task-board - full user flows (create/move/compl
Review Test Quality
Reviews test code for behavior-driven quality and completeness: whether tests verify real behavior vs chasing