From critic
Add an author rebuttal to a specific issue in a review, or defer it to issues.md. Conversational — helps refine the response before adding it.
npx claudepluginhub jdpedrie/critic --plugin criticThis skill uses the workspace's default tool permissions.
Add an author rebuttal to a review issue, or defer it for later. This is a conversational skill — help the author decide how to handle the issue and articulate their response clearly.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Add an author rebuttal to a review issue, or defer it for later. This is a conversational skill — help the author decide how to handle the issue and articulate their response clearly.
The vault path for all tool calls is: ${user_config.vault_path}
$ARGUMENTS should be an issue ID (e.g., "ISSUE-003-01" or "003-01"), optionally followed by the author's initial reasoning.
Examples:
/critic:rebuttal ISSUE-003-01 This is intentional — the ambiguity resolves in chapter 7/critic:rebuttal 003-02Call read-issue with the issue ID to retrieve the full issue text.
Present the issue to the author so they can see exactly what they're rebutting.
If the author provided reasoning in $ARGUMENTS, use it as the starting point. If not, ask what their position is.
Based on the discussion, the author will want one of three outcomes:
A. Rebut — The author disagrees with the issue or is making a deliberate choice. B. Defer — The author acknowledges the issue but wants to address it later. C. Accept — The author agrees and will fix it (no rebuttal needed — just acknowledge).
If the issue seems like something the author acknowledges but isn't ready to fix yet, suggest deferring it to issues.md. For example:
Help the author refine their rebuttal:
Present the final rebuttal text and ask: "Add this rebuttal?"
Once confirmed, call add-rebuttal with the issue ID and the finalized rebuttal text.
Determine the right heading:
Format the entry with the issue ID and a brief description:
### ISSUE-003-02: Sam's introduction runs long
Acknowledged — will tighten in a future revision. Keeping the core exchange with Luma.
Call append-issue with the heading and entry text.
Also add a brief rebuttal to the review file noting the deferral:
Call add-rebuttal with something like: "Acknowledged. Deferred to issues.md for future revision."
Just acknowledge. No tool calls needed — the author will fix it in their own time.