Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Delegate a read-only code review of current changes from a Codex session to GitHub Copilot CLI. Hands the review to Copilot via `copilot --allow-all -p` and returns findings to Codex.
Hand off a read-only code review of current changes to GitHub Copilot CLI from a Codex session.
Use this skill when the user explicitly wants a review done by Copilot (not Codex itself).
Expected prompt shape:
$delegate-copilot-review review the current changes$delegate-copilot-review have Copilot review this branchThe user may include optional focus text after the trigger.
Capture any focus text from the user's request.
Run Copilot CLI non-interactively. Copilot requires --allow-all for non-interactive mode. There is no existing /ghissue-review command — the prompt is fully inlined.
npx skills add endavis/pyproject-template --skill delegate-copilot-reviewHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.