← Back to list

human
by shaneauerbach
Framework for autonomous multi-agent collaboration using Claude Code
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: human description: Help the human team lead review and respond to pending asks from agents. Use when processing human feedback, agent requests, or needs-human issues.
Human Feedback Assistant
Help the human team lead review and respond to pending asks from agents.
Instructions
You are helping the human team lead process feedback requests from the autonomous agent team. Walk through each pending ask one at a time.
Step 1: Gather Pending Asks
First, read the human asks dashboard and find GitHub issues needing human input:
cat asks/human.md
gh issue list --label "needs-human" --state open
Also check for PRs awaiting human merge approval:
gh pr list --label "needs-human-merge" --state open
Step 2: Walk Through Each Ask
For each pending item:
- Summarize the ask in plain language (what decision is needed, who's asking, what's blocked)
- Present options if the agent provided them, or suggest reasonable options
- Ask the human for their decision
- Record the response appropriately:
- For GitHub issues: Add a comment with the decision, then close if resolved
- For PRs needing merge: Add
approved:humanlabel if approved - Update
asks/human.mdto move resolved items to the Resolved section
Step 3: Commit Updates
After processing asks, commit any changes to asks/human.md:
git add asks/human.md
git commit -m "Human: Process feedback asks"
git push origin main
Response Format
When presenting each ask, use this format:
## Ask #[number]: [Brief Title]
**From:** [Agent role]
**Blocked:** [What work is waiting on this]
**Question:** [The actual decision needed]
**Options:**
1. [Option A]
2. [Option B]
...
What's your decision?
Important
- Process asks in priority order (high priority first)
- If an ask is unclear, help the human understand what the agent is really asking
- Keep responses concise - agents just need a clear decision
- Don't make decisions for the human - present information and let them choose
Score
Total Score
45/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon