Project Context Review Skill — Testing skill for Claude Code
Claude and Codex skill that scans a project and creates structured context before coding, reviewing, testing, or design work.
How to install Project Context Review Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Evan1108-Coder/project-context-review-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Project Context Review Skill does
Claude and Codex skill that scans a project and creates structured context before coding, reviewing, testing, or design work.
Alternatives in Testing
- Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
- Cc Sdd — Spec-driven development (SDD) for your team's workflow 3.1k ★
- Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★
README
Project Context Review Skill
A Claude/Codex skill that scans a repository before work starts so agents have real architecture, conventions, and testing context.
 
**AI coding skill • repo context maps • review/testing/design readiness**
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/Project-Context-Review-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 Claude/Codex skill for creating better project context before work begins.
Use this when an AI coding agent needs to understand a repo before editing, reviewing, testing, documenting, or designing.
Why Use This Skill?
- Gives the agent factual project context before it starts changing files.
- Separates code, design, docs, and testing lenses so scans can stay focused.
- Reduces repeated manual explanations about stack, structure, conventions, and architecture.
- Makes review and implementation prompts more grounded in the actual repository.
Quick Start
mkdir -p ~/.claude/skills
git clone -b master-skill https://github.com/Evan1108-Coder/Project-Context-Review-Skill-Claude-Codex.git ~/.claude/skills/project-context-review
For project-local Claude Code installation, Codex usage, and Claude.ai import notes, see [Installation](#installation).
Best Use Cases
- Before implementing a feature in an unfamiliar codebase
Related Skills
Geekstack Flow
A structured AI workflow for planning, coding, reviewing, testing and shipping software — LLM wiki memory, a t
Repoctx
Keep your AI coding-agent context files (AGENTS.md, CLAUDE.md) truthful. Scans a repository, extracts real bui
Create Testing Plan
Create testing-plan.md for a work item from its approved requirements.md and design.md — how the item will be
Se Test UI
Design UI tests that verify RENDERED INTENT (the mockup), not DOM presence. Use before writing or reviewing an
Se Test
The general red-first rule — design any test so you have seen it fail for the right reason before you trust it
Maxsimcli
Solve context rot in AI coding. Spec-driven development system for Claude Code, OpenCode, Gemini CLI, and Code
Related Agents
Coding Guidelines Reviewer
Use after finishing a change in this repo to check it against CODING_GUIDELINES.md's rigor tiers, the testing
Test Boss
Use PROACTIVELY after Build Boss finishes a work package, before UI/SEO/Security/Review Boss — runs real autom
Hatch3r Context Rules
Context-aware rules engine that applies coding standards based on file type, location, and project conventions