원클릭으로
work-on
Take a github url and start work on it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Take a github url and start work on it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | work-on |
| description | Take a github url and start work on it |
You will be given a url to a GitHub issue. If you don't receive one, ask for it.
Use the gh command line program to read the description and fetch any linked/related issues for context.
Explicitly ask the user: "Is there any context you would like to add before starting?"
If there is still any ambiguity about the task, ask clarifying questions up front.
Check out a new branch for the task, using the format 123-short-descriptive-name where 123 is the issue number
Start work on the code changes for the task in the current directory. Don't commit any changes unless asked to do so.
When complete, print a summary of the work done, and any remaining loose ends or ambiguities encountered