.claude/skills/issue-reporter/SKILL.md
Automatically report work progress as comments on GitHub Issues. Use upon completion of major milestones, PR creation, merge completion, or when explicitly requested.
npx skillsauth add drillan/mixseek-plus issue-reporterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automatically report work progress as comments on Issues.
This skill enables Claude Code to automatically post progress reports to the relevant GitHub Issue upon work completion.
Extract Issue number from current branch name:
# Get current branch name
git branch --show-current
Branch name pattern: <type>/<issue-number>-<description>
Example: feat/123-add-auth → Issue #123
Collect the following information:
git diff --stat## Progress Update
### Completed
- [x] Implemented user authentication
- [x] Added unit tests for auth module
- [x] Passed all quality checks
### Changes
- Modified 5 files
- Added 200 lines, removed 50 lines
### Test Results
✅ All tests passing (24/24)
### Next Steps
- [ ] Add integration tests
- [ ] Update documentation
---
*Auto-reported by Claude Code at YYYY-MM-DD HH:MM*
gh issue comment <issue-number> --body "<formatted-report>"
| Type | Trigger | Content |
|------|---------|---------|
| milestone | Major completion | Full progress report |
| daily | End of work session | Summary of changes |
| error | Problem encountered | Error details and context |
| completion | Issue resolved | Final summary |
| Level | Behavior |
|-------|----------|
| manual | Only when requested |
| milestone | On major milestones |
| auto | Automatic at intervals |
✅ Progress report posted to Issue #123
Posted content:
- Completed tasks: 3
- Changed files: 5
- Test results: 24/24 passing
⚠️ Failed to post comment to Issue #123
Cause: <error-message>
Resolution: <suggestion>
| Error | Action |
|-------|--------|
| Issue number not found | ⚠️ Cannot detect Issue number from current branch |
| Issue not found | ⚠️ Issue #N not found |
| No permission | ⚠️ No permission to comment on this repository |
| API error | Display error details |
This skill integrates with the following workflow steps:
tools
MixSeekワークスペースを初期化し、設定ファイル用ディレクトリ構造を作成します。「ワークスペースを初期化」「mixseekのセットアップ」「設定ディレクトリを作成」「新しいプロジェクトを始める」といった依頼で使用してください。
development
MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。
development
MixSeekのプロンプトビルダー設定ファイル(prompt_builder.toml)を生成します。「プロンプトを設定」「プロンプトビルダーを作成」「ラウンド別プロンプト」といった依頼で使用してください。
data-ai
MixSeekのオーケストレーター設定ファイル(orchestrator.toml)を生成します。「オーケストレーターを設定」「チーム競合設定」「複数チームで競わせる」「マルチチーム実行設定」といった依頼で使用してください。複数チームを並列実行して最良の結果を選択する設定を定義します。