https://github.com/metyatech/skill-user-proxy
Agent Skill that reviews agent work on behalf of the user
https://github.com/metyatech/skill-user-proxy
agent-skill proxy review reviewer-proxy user-proxy
Last synced: 16 days ago
JSON representation
Agent Skill that reviews agent work on behalf of the user
- Host: GitHub
- URL: https://github.com/metyatech/skill-user-proxy
- Owner: metyatech
- License: mit
- Created: 2026-02-22T12:12:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-02-23T06:03:38.000Z (3 months ago)
- Last Synced: 2026-02-23T12:40:53.703Z (3 months ago)
- Topics: agent-skill, proxy, review, reviewer-proxy, user-proxy
- Homepage: https://github.com/metyatech/skill-user-proxy
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# skill-user-proxy
An [Agent Skill](https://agentskills.io) that reviews agent work on behalf of the user.
## What it does
Acts as the user's proxy when reviewing plans, work output, or completion claims from other agents. Evaluates against:
- **Completeness checklist** — post-deployment, global installs, AGENTS.md regeneration, delivery chain
- **Thoroughness checks** — item-level analysis, evidence-backed claims, rule compliance
- **Known error patterns** — shallow analysis, premature claims, missing post-deployment, stale state
Returns APPROVE or FLAG with specific concerns.
## When it triggers
- Reviewing an agent's plan before approval
- Reviewing completed work before accepting
- Evaluating completion claims
## Installation
```bash
npx skills add metyatech/skill-user-proxy --yes --global
```
## License
MIT