claude-memory/graph/configurations/issue-worker-agent-definition-autonomous-gitea-pr-creator-4321be.md

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
claude-agents
issue-worker
autonomous
gitea
configuration
0.7 0.8 2026-03-02T20:04:56.266618+00:00 2026-03-02T20:04:56.582165+00:00
target type direction strength edge_id
b27fb831-811e-4103-b5f1-3c36d5b1ad20 RELATED_TO outgoing 0.89 0fdd134c-e153-435e-afdf-db365fabcb3f
target type direction strength edge_id
73646e80-a640-4316-b7c6-54a4330f1b28 RELATED_TO outgoing 0.88 b706e6ff-ffea-4fc7-8f40-5ae135c7919e
target type direction strength edge_id
1052e91d-58ed-4308-87e8-e01d1143a146 RELATED_TO outgoing 0.81 1310e0c2-bd3f-4c63-88d7-f8f12b256f1f

issue-worker Agent Definition

Location

~/.claude/agents/issue-worker.md

Model

Sonnet with bypassPermissions

Workflow

  1. Assess feasibility
  2. Explore code
  3. Create branch (ai/{repo}#{number})
  4. Implement fix
  5. Run tests
  6. Commit and push
  7. Create PR via gitea-mcp
  8. 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