smithery.ai

human

Help the human team lead review and respond to pending asks from agents. Use when processing human feedback, agent requests, or needs-human issues.

First seen Apr 19, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,066 B
  • docs SUMMARY.md 160 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

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:

  1. Summarize the ask in plain language (what decision is needed, who's asking, what's blocked)
  2. Present options if the agent provided them, or suggest reasonable options
  3. Ask the human for their decision
  4. Record the response appropriately:

- For GitHub issues: Add a comment with the decision, then close if resolved - For PRs needing merge: Add approved:human label if approved - Update asks/human.md to 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