← スキル一覧に戻る

ampdo
by ampcode
Curated skills, tools, MCPs and commands for Amp
⭐ 34🍴 5📅 2026年1月22日
SKILL.md
name: ampdo description: Searches for AMPDO comments in the codebase to gather feedback and execute requested changes.
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:
- Analyze the feedback or instructions in each comment
- Implement any requested code changes
- Address any issues or concerns raised
- Remove or update AMPDO: comments once addressed
- Provide a summary of all actions taken
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です