Review Current — Development skill for Claude Code
Review the uncommitted changes in the current working tree.
How to install Review Current
Installs to ~/.claude/skills/goulvenclech-dotclaude-review-current/SKILL.md
mkdir -p ~/.claude/skills/goulvenclech-dotclaude-review-current && curl -fsSL https://raw.githubusercontent.com/goulvenclech/dotclaude/HEAD/commands/review-current.md -o ~/.claude/skills/goulvenclech-dotclaude-review-current/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Review Current does
description: Review the uncommitted changes in the current working tree.
Workflow
1. Optional context (Analyst)
If the changes reference an issue, PR, or external behaviour, delegate to the **analyst** to fetch:
- The linked issue/PR description and acceptance criteria
- Any docs, MCP data, or external references the diff depends on
Skip for small, self-contained changes. Any doc, issue, or MCP lookup must go through the analyst — never load it into your own context.
2. R
Alternatives in Development
- Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
- GenericAgent — Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token co 6.1k ★
- Godogen Source Repo — This repository contains two source trees for the same project: - claude/ — Claude Code source tree - codex/ 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Review Local
Review current working tree changes (diff) and suggest fixes
Stop Review Gate
You are reviewing uncommitted changes before the author finishes their turn.
Consistency Review
Review uncommitted changes for consistency with this repo's conventions, structure, and engineering philosophy
Repo Sync
Check if focused repositories are up to date with the remote. Fetches latest changes and warns about repos tha
Claude Codex
Claude implements, Codex reviews uncommitted changes
Agent Colony
A hex map of the Claude Code projects on your machine: where agents work, wait for you, or left changes uncomm
Related Agents
Ac Verifier
Runs the Tech Stack Build, Test, Lint (and optionally Dev) commands listed in a ROADMAP.md against the current
ForensicAgent
Forensic security analyst — PII detection, secret scanning, identity leak auditing across git history, staged
Fallow
Run a codebase-intelligence audit (fallow) scoped to working-tree changes and report raw findings — dead code,