원클릭으로
ampdo
Searches for AMPDO comments in the codebase to gather feedback and execute requested changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Searches for AMPDO comments in the codebase to gather feedback and execute requested changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Autonomous feature development - setup and execution. Triggers on: ralph, set up ralph, run ralph, run the loop, implement tasks. Two phases: (1) Setup - chat through feature, create tasks with dependencies (2) Loop - pick ready tasks, implement, commit, repeat until done.
Preview and screenshot local dev servers and storybooks. Use when asked to view UI components, take screenshots of storybooks, or inspect the web/server apps.
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
Fetches a Linear issue and creates a comprehensive plan for implementation.
| name | ampdo |
| description | Searches for AMPDO comments in the codebase to gather feedback and execute requested changes. |
Search for AMPDO: comments in the codebase to gather feedback and instructions about code changes.
Use ripgrep to find AMPDO: comments with context:
rg "AMPDO:" -C 3
After finding AMPDO: comments: