Reconcile a learn-as-you-go guide (or one step) against reality BEFORE you execute it — catch stale APIs, moved files, renamed UI, missing prerequisites. Use right before acting on a guide written a while ago, or against a codebase/tool that may have moved. Invoke with the step to review, e.g. "/review-before-follow M2/03_persist.md", optionally attaching the real project files to check against.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add tomthebearded/guide-forge --skill review-before-follow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Review Before Follow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tomthebearded-review-before-follow)More formats (shields.io, HTML) on the badges page.
---
name: review-before-follow
description: >
Reconcile a learn-as-you-go guide (or one step) against reality BEFORE you execute it — catch stale APIs,
moved files, renamed UI, missing prerequisites. Use right before acting on a guide written a while ago, or
against a codebase/tool that may have moved. Invoke with the step to review, e.g.
"/review-before-follow M2/03_persist.md", optionally attaching the real project files to check against.
argument-hint: "<step-or-guide> [file ...]"
---
# Skill: review-before-follow
The complete, canonical contract for this skill is the paste-prompt it wraps, inlined here — **follow it in
full:**
!`cat "${CLAUDE_SKILL_DIR}/prompt.md"`
(If the block above came back empty or errored, read `prompt.md` in this skill folder — it sits beside this `SKILL.md` — and follow that.)
As you follow it, adapt for the fact that you're a Claude Code skill, not a pasted prompt:
- **You're already invoked** — skip its "How to use / paste this" preamble. The step or guide to review is
`$ARGUMENTS` below (plus any attached real project/tool files to reconcile against).
- **You have file tools here** — when reality requires a patch, edit the step **on disk** and append the
drift line to `status.md`, rather than only printing them. Read the real files yourself where you can.
- Where the prompt hands off to another prompt by filename, use the sibling **skill** of the same name.
Step / guide to review:
```
$ARGUMENTS
```
**Gate:** end with a clear **go / no-go** before anything executes — when the guide and reality disagree,
reality wins.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!