address-findings

Fetch open Entire trail findings, apply fixes, and mark them resolved.

208|14|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/entireio/skills --skill address-findings-entireio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-findings
Source: https://github.com/entireio/skills/tree/main/skills/address-findings
Command: npx skills add https://github.com/entireio/skills --skill address-findings-entireio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually addressing review findings on Entire trails requires switching between your code editor and the Entire web UI, tracking which findings are fixed, and manually marking them resolved, which is tedious and error-prone. This Skill automates the entire end-to-end workflow to save time and reduce mistakes.

Core Features & Use Cases

  • Automated Finding Fetching: Pulls all open review findings from a specified Entire trail with a single user request.
  • Smart Fix Application: Applies suggested unified-diff patches when available, or makes minimal manual edits for findings that require reasoning, prioritizing high-severity issues first.
  • Automatic Resolution: Marks findings as resolved on the trail once fixed, with a summary of changes made for each.
  • Use Case: If you have a pull request trail with 12 code review comments, provide the trail URL to your agent and ask it to address all findings, and it will apply fixes and resolve the comments without you needing to manually update the trail.

Quick Start

Provide the URL or number of your Entire trail with open review findings, and ask the agent to address all of its review comments.

Frequently Asked Questions about address-findings

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

FAQPage Schema
How do I automatically fix code review findings on an Entire trail?

To automatically fix code review findings on an Entire trail, provide the trail URL or number to your agent and request it to address the findings. The tool fetches open review comments, applies patches to your local worktree, and marks them resolved.

Do I need the Entire CLI installed to resolve trail review comments?

Yes, resolving trail review comments requires the Entire CLI to be installed and authenticated. The tool uses the CLI to fetch open findings, apply suggested unified-diff patches, and update the resolution status directly on the trail.

Can I apply unified-diff patches from review findings to my local git worktree?

Yes, you can apply unified-diff patches to your local git worktree. The tool applies suggested patches when available, or makes minimal manual edits for findings requiring reasoning, prioritizing high-severity issues first.

What happens if my current git branch does not match the trail target branch?

If your current git branch does not match the trail target branch, the tool validates the mismatch and will not proceed with edits. You must switch to the correct target branch before it can apply fixes and resolve findings.

How does automated review resolution handle findings without suggested patches?

For review findings without suggested patches, the tool makes minimal manual edits by reasoning through the issue. Once fixed, it automatically marks the findings as resolved on the trail and provides a summary of changes.