Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/agent-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ jobs:
prompt: |
You are running on CI (GitHub Actions). There is no human to confirm with — act autonomously.
Environment: macOS runner with Xcode and iOS simulator. No Android emulator.
Fix this GitHub issue. Read and follow .claude/skills/fix-github-issue/SKILL.md for the full workflow.

YOUR ASSIGNED ISSUE: #${{ github.event.issue.number }}
TITLE: ${{ github.event.issue.title }}

Fix ONLY this issue — do not fix other issues. Read and follow .claude/skills/fix-github-issue/SKILL.md for the full workflow.
After fixing, read and follow .claude/skills/raise-pr/SKILL.md to raise a PR.
CI notes: use default Metro port (8081).

Expand Down
Loading