Evan1108-Coder

Project Context Review Skill — Testing skill for Claude Code

Testing community

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.

![Status](https://img.shields.io/badge/status-beta-6b7280) ![License](https://img.shields.io/github/license/Evan1108-Coder/Project-Context-Review-Skill-Claude-Codex)

**AI coding skill • repo context maps • review/testing/design readiness**

At a Glance


Real Visual Snapshot

These visuals are generated from the actual repository structure and project workflow, not placeholders.

![Repository file mix](docs/assets/repo-file-mix.svg)

![Project workflow](docs/assets/workflow.svg)

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