elbow-grease

Automates code reviews using multiple sub-agents for systematic analysis.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/butterflyskies/claude-marketplace --skill elbow-grease
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elbow-grease
Source: https://github.com/butterflyskies/claude-marketplace/tree/main/plugins/bsky/skills/elbow-grease
Command: npx skills add https://github.com/butterflyskies/claude-marketplace --skill elbow-grease

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of code review, providing systematic analysis and actionable findings, saving time and reducing human error in identifying issues.

Core Features & Use Cases

  • Systematic Code Review: Automates multi-phase code reviews to identify issues in logic, design, architecture, idiomatic use, and test quality.
  • Sub-Agent Analysis: Uses multiple specialized sub-agents to perform in-depth analysis from different perspectives.
  • Incremental Review Mode: Provides incremental review mode for efficiency when re-reviewing code after fixes.
  • Use Case: Imagine you have a large codebase with a recent pull request. Use this Skill to quickly perform a thorough code review and receive detailed findings.

Quick Start

Load design principles and memory-mcp's code-review-patterns memory, then run the skill with the argument for the review scope you wish to analyze, such as 'pr' for a pull request or 'branch' for a branch's changes.

Frequently Asked Questions about elbow-grease

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for a pull request?

Automated code review for a pull request is handled by applying systematic analysis with specialized sub-agents to identify logic, design, and test quality issues. You can initiate the process by running the skill with the 'pr' argument to analyze your pull request changes.

What is systematic code analysis using sub-agents?

Systematic code analysis using sub-agents is a multi-phase review method where multiple specialized agents analyze code from different perspectives. This approach performs in-depth checks on logic, design, architecture, idiomatic use, and test quality to produce actionable findings.

Can I review staged changes or a specific branch instead of a full PR?

You can review staged changes or a specific branch by passing the appropriate argument such as 'branch' or staged changes scope. The skill handles various review scopes including PRs, branches, files, or staged changes to fit your incremental workflow.

How do I re-review code efficiently after applying fixes?

To re-review code efficiently after applying fixes, use the incremental review mode. This mode analyzes only the updated portions of the codebase, saving time and reducing redundant checks while still providing systematic analysis and actionable findings.

Does systematic code review work with large codebases?

Systematic code review works with large codebases by coordinating multiple sub-agents for parallel analysis. This sub-agent architecture ensures in-depth code quality checks across logic, architecture, and tests without being bottlenecked by the size of the changes.