Use when receiving code review feedback or when aped-dev hands back review comments to address. Invoked from aped-dev after aped-review reports issues, or standalone when user pastes external review feedback (PR comments, GitHub thread, senior engineer Slack message). Triggers on phrases like "address review", "address PR comments", "fix the review feedback", "the reviewer said", "received PR comments".
Scanned 5/27/2026
Install via CLI
openskills install yabafre/aped-claude---
name: aped-receive-review
keep-coding-instructions: true
description: 'Use when receiving code review feedback or when aped-dev hands back review comments to address. Invoked from aped-dev after aped-review reports issues, or standalone when user pastes external review feedback (PR comments, GitHub thread, senior engineer Slack message). Triggers on phrases like "address review", "address PR comments", "fix the review feedback", "the reviewer said", "received PR comments".'
allowed-tools: Read Edit Bash Grep Glob Agent
allowed-paths:
write: ["{{OUTPUT_DIR}}/**", "{{APED_DIR}}/**"]
read-only: ["src/**", "tests/**", "package.json"]
license: MIT
metadata:
author: yabafre
version: {{CLI_VERSION}}
---
Follow the instructions in `{{APED_DIR}}/aped-receive-review/workflow.md`.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.