ampdo
Installation
SKILL.md
Ampdo
Search for AMPDO: comments in the codebase to gather feedback and instructions about code changes.
When to Use
- When reviewing feedback left in the codebase as AMPDO comments
- When looking for inline instructions or change requests
- When processing developer notes embedded in code
Search Process
Use ripgrep to find AMPDO: comments with context:
rg "AMPDO:" -C 3