704 B
704 B
description
| description |
|---|
| Move an issue to In-Progress and prepare the development environment. |
I am ready to start working on a task. Please ask me for the Issue ID or title.
Once identified, use the GitHub MCP tools to:
- Locate the issue and read its description to sync your context.
- Remove its current status label (e.g.,
status: todoorstatus: backlog). - Add the
status: in-progresslabel. - Check the repository's existing branches to see if a feature branch already exists for this task. If not, suggest a clean git branch naming convention based on the issue (e.g.,
feature/issue-12-auth-fix).
Summarize the task's acceptance criteria for me so I can begin coding with a clear goal.