What problem does it solve? After CI posts an automated review on a pull request, someone still has to read the findings, decide whether they can be fixed autonomously, apply the fixes safely, and close the loop on the PR branch. This Skill automates that entire post-review workflow with a deterministic risk gate deciding whether a human is required. ## Core Features & Use Cases - Posted-review consumption: Reads the latest CI-posted review findings via speccle review findings, resolving the pull request automatically from the current branch with gh pr view. - Risk-gated fixing: Computes a deterministic risk score with oracle risk; below the threshold it fixes findings autonomously, re-running the checks-gate after each fix and reverting any fix that goes red. - Closed-loop landing: Records calibration data, routes each finding to a durable remedy (check, criterion, or lens), lands surviving fixes in one commit, and pushes it to the pull request's branch. - Use Case: A developer returns to a PR where CI posted review findings overnight. They ask the agent to "address the review", and the skill verifies the tree matches the reviewed head, fixes the low-risk findings, pushes the commit, and summarizes every finding's outcome. ## Quick Start Ask the agent to address the review findings on the pull request for the current branch.