What problem does it solve? Review findings posted on an Entire trail require manual back-and-forth: reading each comment, locating the code, making the fix, and marking it resolved. This Skill automates that loop by fetching open findings, applying suggested patches or making targeted edits, and resolving findings on the trail. ## Core Features & Use Cases - Fetch and triage findings: Lists open findings for a trail via the Entire CLI, ordered by severity (high to low), with file/line locations and suggested unified-diff patches. - Apply or hand-fix: Dry-runs suggested patches with --check, applies and resolves them in one step, or makes the smallest correct manual edit when no patch exists. - Branch safety guard: Verifies you are on the trail's branch before editing the worktree, and stops with checkout instructions if not. - Use Case: A teammate's review left five findings on trail 42. Run this Skill with the trail URL to apply three suggested patches, manually fix one ambiguous comment, and leave one design decision open with a report. ## Quick Start Ask the assistant to address the open findings on trail https://entire.io/github/acme/app/trails/42 using the address-findings skill.