ワンクリックで
issues-5-combined
Fix 5 GitHub issues in a single combined PR, iterating until CI/CD passes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fix 5 GitHub issues in a single combined PR, iterating until CI/CD passes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run linting tools (ruff, black, mypy) and fix placeholder/TRACKED_TASK statements
Run linting tools (ruff, black, mypy) and fix placeholder/TRACKED_TASK statements
Run all tests and iterate to fix failures
Address 10 GitHub issues sequentially, creating and merging PRs one by one with CI/CD verification
Review recent assessments and sync GitHub issues - create missing issues and close resolved ones
Run all tests and iterate to fix failures
| name | issues-5-combined |
| description | Fix 5 GitHub issues in a single combined PR, iterating until CI/CD passes |
Address up to 5 GitHub issues from this repository in a single combined PR. Iterate on fixes until all CI/CD checks pass, then merge. Continue autonomously until complete.
IMPORTANT: Proceed continuously without user intervention until complete.
gh issue list --state open --limit 5 --json number,title,labels,body
Select up to 5 issues to address. Prioritize by:
git checkout main && git pull
git checkout -b fix/5-issues-batch-$(date +%Y%m%d)
For each of the 5 issues:
ruff check . --fix
black .
# Run tests if applicable
git add -A
git commit -m "fix: Address 5 GitHub issues
Issues addressed:
- #XXX: <brief description>
- #XXX: <brief description>
- #XXX: <brief description>
- #XXX: <brief description>
- #XXX: <brief description>
Closes #XXX, closes #XXX, closes #XXX, closes #XXX, closes #XXX
Co-Authored-By: Claude <noreply@anthropic.com>"
git push -u origin fix/5-issues-batch-$(date +%Y%m%d)
gh pr create --title "fix: Address 5 GitHub issues" --body "## Summary
This PR addresses 5 open issues:
| Issue | Title | Fix Description |
|-------|-------|-----------------|
| #XXX | Title | Brief fix description |
| #XXX | Title | Brief fix description |
| #XXX | Title | Brief fix description |
| #XXX | Title | Brief fix description |
| #XXX | Title | Brief fix description |
## Test plan
- [x] Local linting passes (ruff, black)
- [x] All issue requirements addressed
- [ ] CI/CD checks pass
Closes #XXX, closes #XXX, closes #XXX, closes #XXX, closes #XXX"
gh pr checks <PR_NUMBER>
If CI fails:
gh run view --job <JOB_ID> --log-failedfix: Address CI feedback - <description>Maximum iterations: 5 fix cycles
Once all CI/CD checks pass:
gh pr merge <PR_NUMBER> --squash
git checkout main && git pull
git branch -d fix/5-issues-batch-*
## Combined Issues Resolution Summary
**PR**: #<PR_NUMBER>
**Status**: Merged
### Issues Resolved
| Issue | Title | Status |
|-------|-------|--------|
| #XXX | Title | Fixed |
| #XXX | Title | Fixed |
| #XXX | Title | Fixed |
| #XXX | Title | Fixed |
| #XXX | Title | Fixed |
**CI/CD Iterations**: X attempts until green
**Remaining open issues in repo**: Y