Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add homburg/agent-skills --skill "ampdo"
Install specific skill from multi-skill repository
# Description
Searches for AMPDO and AGENTDO comments in the codebase to gather feedback and execute requested changes.
# SKILL.md
name: ampdo
description: Searches for AMPDO and AGENTDO comments in the codebase to gather feedback and execute requested changes.
Ampdo
Search for AMPDO: and AGENTDO: comments in the codebase to gather feedback and instructions about code changes.
When to Use
- When reviewing feedback left in the codebase as AMPDO or AGENTDO comments
- When looking for inline instructions or change requests
- When processing developer notes embedded in code
Search Process
Use ripgrep to find AMPDO: and AGENTDO: comments with context:
rg "AMPDO:|AGENTDO:" -C 3
Review Process
- Read each AMPDO/AGENTDO 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/AGENTDO comment
- Summarize key themes and action items at the end
Expected Actions
After finding AMPDO:/AGENTDO: comments:
- Analyze the feedback or instructions in each comment
- Implement any requested code changes
- Address any issues or concerns raised
- Remove or update AMPDO:/AGENTDO: comments once addressed
- Provide a summary of all actions taken
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.