Address Pr Comments Cecil
Structured workflow for reproducing, fixing, testing, and replying to Cecil PR review comments
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 31, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 03ec2dd
Fetched SKILL.md from .github/skills/address-pr-comments-cecil/. Frontmatter parses with name+description. Verified both body references return HTTP 200 (AGENTS.md, .github/instructions/php-src.instructions.md) and that the four composer commands it names (code:style, code:analyse, test, test:cli) are real scripts in composer.json. Trigger phrasings judged: SHOULD — "help me address the review comments on my Cecil PR", "reviewer requested changes on this pull request, fix them and write a reply", "prepare a reviewer response with reproduction and tests"; should NOT — "open a new pull request for my feature branch", "review this PR and leave comments" — all 5 correct. Could not measure output: steps 1-3 (reproduce/fix/run composer test) need the scaffolded Cecil PHP project plus a real reviewer comment; the only standalone artifact is the reviewer-reply template, whose only diff from a baseline reply is the skill's own 4-part template, which is a restatement of its rules, not a measured difference.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 5/10
- Docs & honesty 5/5
What Address Pr Comments Cecil does
A workflow skill for the Cecil static-site-generator repo that standardizes how PR review comments are handled: reproduce the issue, make a minimal fix, run project checks (composer code:style/analyse, test, test:cli), and write a templated reviewer reply. Triggers when responding to pull request review feedback, fixing requested changes, or preparing a reviewer response. Requires the cloned Cecil PHP project and an actual review comment to execute end-to-end.
How to install Address Pr Comments Cecil
git clone --depth 1 https://github.com/Cecilapp/Cecil.git /tmp/address-pr-comments-cecil-src
mkdir -p ~/.claude/skills
cp -R /tmp/address-pr-comments-cecil-src/.github/skills/address-pr-comments-cecil ~/.claude/skills/address-pr-comments-cecil
# Pure workflow skill, no deps to install. To actually run its steps you need the
# Cecil project itself (PHP + composer): composer install, then the checks it cites
# exist as composer scripts: code:style, code:analyse, test, test:cli.
# References AGENTS.md and .github/instructions/php-src.instructions.md (both present in repo root).
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Address Pr Comments Cecil
-
/address-pr-comments-cecilStructured workflow for reproducing, fixing, testing, and replying to Cecil PR review comments
It also activates on plain-language prompts like these:
-
Address the review comments on this PR -
Fix the requested changes and reply to reviewers -
Reproduce and fix this reviewer-reported bug
Frequently asked questions
- Is the Address Pr Comments Cecil skill free?
- Yes. The skill itself is free from Cecilapp/Cecil. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Address Pr Comments Cecil work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Works with setup. Fetched SKILL.md from .github/skills/address-pr-comments-cecil/. Frontmatter parses with name+description. Verified both body references return HTTP 200 (AGENTS.md, .github/instructions/php-src.instructions.md) and that the four composer commands it names (code:style, code:analyse, test, test:cli) are real scripts in composer.json. Trigger phrasings judged: SHOULD — "help me address the review comments on my Cecil PR", "reviewer requested changes on this pull request, fix them and write a reply", "prepare a reviewer response with reproduction and tests"; should NOT — "open a new pull request for my feature branch", "review this PR and leave comments" — all 5 correct. Could not measure output: steps 1-3 (reproduce/fix/run composer test) need the scaffolded Cecil PHP project plus a real reviewer comment; the only standalone artifact is the reviewer-reply template, whose only diff from a baseline reply is the skill's own 4-part template, which is a restatement of its rules, not a measured difference.
- What is the Address Pr Comments Cecil SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 5/5.
- How do I install Address Pr Comments Cecil?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Address Pr Comments Cecil with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.