1.4 KiB
1.4 KiB
| id | type | title | tags | importance | confidence | created | updated | relations | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4321bee8-105e-4fc8-b645-964d1234c966 | configuration | issue-worker Agent Definition: Autonomous Gitea PR Creator |
|
0.7 | 0.8 | 2026-03-02T20:04:56.266618+00:00 | 2026-03-02T20:04:56.582165+00:00 |
|
issue-worker Agent Definition
Location
~/.claude/agents/issue-worker.md
Model
Sonnet with bypassPermissions
Workflow
- Assess feasibility
- Explore code
- Create branch (
ai/{repo}#{number}) - Implement fix
- Run tests
- Commit and push
- Create PR via
gitea-mcp - Comment on issue
Return Format
{
"status": "success|skipped|failed",
"pr_number": 42,
"pr_url": "https://...",
"files_changed": ["..."],
"summary": "..."
}
Safety Rules
- Never commit to main
- Never merge PRs
- Skip if >10 files changed or needs human judgment