address-findings

Apply code review fixes and manage dependencies in Git or Jujutsu repositories.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/fzymgc-house/fzymgc-house-skills --skill address-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-findings
Source: https://github.com/fzymgc-house/fzymgc-house-skills/tree/main/pr-review/skills/address-findings
Command: npx skills add https://github.com/fzymgc-house/fzymgc-house-skills --skill address-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of addressing findings identified during a code review, streamlining the bug fixing and code improvement workflow.

Core Features & Use Cases

  • Automated Fix Application: Applies suggested code changes directly to your codebase.
  • Dependency Management: Handles complex dependencies between review findings to ensure correct resolution order.
  • VCS Integration: Works seamlessly with both Git and Jujutsu (jj) version control systems.
  • Use Case: After a code review flags several issues in a pull request, you can use this Skill to automatically fix them, verify the changes, and prepare them for merging.

Quick Start

Use the address-findings skill to address review findings for pull request number 123.

Frequently Asked Questions about address-findings

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

FAQPage Schema
How do I automate fixing code review findings on a pull request?

To automate fixing code review findings on a pull request, you can use this Skill to apply suggested code changes directly to your codebase. It manages dependencies between findings to ensure correct resolution order and validates changes before merging.

Can I use automated bug fixing workflows with both Git and Jujutsu version control systems?

Yes, you can use automated bug fixing workflows with both Git and Jujutsu (jj) version control systems. The Skill integrates seamlessly with both VCS environments to apply review feedback and prepare changes for merging.

What is the best way to manage complex dependencies between code review findings?

The best way to manage complex dependencies between code review findings is using an automated tool that calculates the correct resolution order. This Skill handles dependencies automatically, ensuring that interconnected review issues are resolved sequentially and correctly.

Does automated pull request review fixing handle dependency resolution and code validation?

Yes, automated pull request review fixing handles dependency resolution and code validation. The Skill applies fixes directly, resolves finding dependencies, and verifies the updated codebase to ensure review feedback is efficiently resolved before merging.

What should I do if automated code review fixes have conflicting dependencies in my repository?

If automated code review fixes have conflicting dependencies in your repository, the Skill's dependency management logic assesses the relationships between findings. It determines the correct application order to prevent conflicts, though highly complex manual interventions may require review.