Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/mergeward:addressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Address all unresolved MergeWard code review comments in this repository.
Address all unresolved MergeWard code review comments in this repository.
You have access to the MergeWard MCP server with tools for reading and managing code review comments stored in .mergeward/reviews/ as .cr bundles.
list_reviews with the current repository path to find available reviews. The response includes a bundle_path field for each review.open_review with the exact bundle_path returned by list_reviews. Do NOT construct the path yourself — bundle names include a hash suffix (e.g., review-main-217a5a9a.cr) that you cannot guess.get_diff_context to see the surrounding code and understand the change.
b. Read the comment body and any existing replies to understand the feedback.
c. Make the code change that addresses the feedback.
d. Use reply_to_comment to explain what you changed (author: "claude").
e. Use resolve_comment to mark it resolved (resolved_by: "claude").reply_to_comment to ask for details instead of guessing.npx claudepluginhub tyler-keith-thompson/homebrew-mergeward --plugin mergewardGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.