Followup banner
ashleydavis ashleydavis

Followup

Documentation community

Description

Review the current context and changes, then add any missing tests and update any out-of-date documentation. **Step 1: Gather context** Review in priority order, stopping as soon as you have enough: 1. **Conversation context** — if the current conversation clearly describes what was just done, use that. 2. **Git** — run `git diff --cached`, `git diff`, and `git status` to understand what changed. **Step 2: Plan** Build a todo list with TodoWrite covering: - Each missing or outdated test to

Installation

Installs to ~/.claude/skills/ashleydavis-agent-skills-followup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashleydavis-agent-skills-followup && curl -fsSL https://raw.githubusercontent.com/ashleydavis/agent-skills/HEAD/commands/followup.md -o ~/.claude/skills/ashleydavis-agent-skills-followup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository