Skip to content

Instantly share code, notes, and snippets.

@rockorager
Created September 21, 2025 01:51
Show Gist options
  • Select an option

  • Save rockorager/af471381d086d5a3c343e0d3b87edc2c to your computer and use it in GitHub Desktop.

Select an option

Save rockorager/af471381d086d5a3c343e0d3b87edc2c to your computer and use it in GitHub Desktop.

Ampdo Command

Instructions: Search for AMPDO: comments in the codebase to gather feedback and instructions about code changes.

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, the agent should:

  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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment