claude-address-review

Apply code fixes and update documentation for GitHub pull request review findings.

2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/erclx/aitk --skill claude-address-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-address-review
Source: https://github.com/erclx/aitk/tree/main/claude/skills/claude-address-review
Command: npx skills add https://github.com/erclx/aitk --skill claude-address-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the friction in the code review process by automating the implementation of feedback, ensuring that review comments and failing CI checks are addressed systematically without manual oversight.

Core Features & Use Cases

  • Automated Fix Implementation: Directly applies code changes based on PR review findings and failing CI checks.
  • Contextual Documentation Refresh: Automatically updates stale documentation in the .claude/ directory to match new code changes.
  • Synchronized Communication: Pushes follow-up commits and posts structured summary replies to the PR, ensuring the code and the conversation remain perfectly aligned.

Quick Start

Ask the assistant to address the review findings on the current pull request to automatically fix issues and push the follow-up commit.

Frequently Asked Questions about claude-address-review

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

FAQPage Schema
How do I automate pull request review fixes and CI resolution?

Automating PR review fixes requires applying code changes based on review findings and failing CI checks, then pushing follow-up commits. This skill handles that process directly within an active GitHub pull request context.

How does automated code review resolution handle documentation updates?

Automated code review resolution refreshes stale documentation by updating files in the .claude/ directory. This ensures contextual documentation matches the newly applied code changes without manual intervention.

Do I need GitHub CLI integration to automate CI failure resolution?

Yes, GitHub CLI integration is required to automate CI failure resolution. The process relies on GitHub CLI and local project check scripts to verify applied code fixes before pushing follow-up commits.

Can I synchronize PR review threads with automated code fixes?

Yes, you can synchronize PR review threads with automated code fixes. This skill pushes follow-up commits and posts structured summary replies to the pull request, ensuring code and conversation remain aligned.

What are the limitations of automating refactoring and CI checks without manual oversight?

A limitation of automating refactoring and CI checks is the dependency on local project check scripts for verification. Fixes are pushed only after local validation, meaning unscripted test environments might not be fully covered.