review-request

Solid

Send a code/document review task to a colleague's own agent through cc-pocket, and handle the review requests they send you. Use when the user says "把这个 MR 发给 X 评审 / send this to <name> for review", "查看待处理评审 / what reviews are waiting on me", or "把评审结果返回 / return my review".

AI & Automation 95 stars 18 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
66
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# cc-pocket ReviewRequest Hand a colleague a **task**, not your machine. They review it with **their own** repo, agent, model account, credentials and approval policy, and return a structured result. Nothing about your session, workdir or transcript is shared. Both sides can work with the cc-pocket app and desktop UI closed — the daemon does the delivery, retry and history. (The App/desktop Review Center drives the same daemon services when a UI *is* open; it is never required.) This is **not** Session Handoff. If the work only reproduces on the sender's machine, use Session Handoff instead; ReviewRequest is for anything expressible as an MR, a document or a commit range. ## Commands All of these talk to the already-running local daemon over its token-authenticated loopback API. **Never start a daemon yourself** — if a command reports the daemon is unreachable, tell the user and stop. `--json` gives a stable object (`ok`, the entity, and a machine-readable `code` on failure); read those fields, never the human text. ```bash # contacts (one-time, per colleague, per direction) cc-pocket-daemon collaborator invite --label Frank [--json] cc-pocket-daemon collaborator join '<ccpocket://collab#…>' [--label Panda] [--json] cc-pocket-daemon collaborator list [--json] cc-pocket-daemon collaborator remove <id-or-label> [--json] # sending cc-pocket-daemon review send --to <id-or-label> --request '<what you want them to do>' \ --artifact 'mr:<https url>' | 'document:<https url>' ...

Details

Author
heypandax
Repository
heypandax/cc-pocket
Created
3 months ago
Last Updated
3 weeks ago
Language
Kotlin
License
MIT

Integrates with

Related Skills