smithery.ai

ampdo

Searches for AMPDO comments in the codebase to gather feedback and execute requested changes.

First seen Apr 17, 2026

Installation

$ npx skills add https://smithery.ai

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,263 B
  • docs SUMMARY.md 106 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

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

Review Process

  • Read each AMPDO comment and surrounding code context
  • Take appropriate action based on the feedback: implement requested changes, address issues, or follow instructions
  • Present findings organized by file and comment type
  • Execute any action items or specific change requests

Output Format

  • Group by file path
  • Show line numbers and full context for each AMPDO comment
  • Summarize key themes and action items at the end

Expected Actions

After finding AMPDO: comments:

  1. Analyze the feedback or instructions in each comment
  2. Implement any requested code changes
  3. Address any issues or concerns raised
  4. Remove or update AMPDO: comments once addressed
  5. Provide a summary of all actions taken