What problem does it solve? Reviewing a Bitbucket pull request often leaves you with dozens of scattered comments from human reviewers or automated audit tools, and it is easy to lose track of which findings are real bugs, which are false positives, and whether fixes were actually pushed before comments were resolved. ## Core Features & Use Cases - Comment Fetching and Triage: Pulls active PR comments via PowerShell scripts and classifies each as a real bug, false positive, or tech debt with a documented diagnosis. - Structured Resolution Plan: Generates a markdown checklist mapping every comment ID to the affected file and planned action, requiring explicit user approval before any code change. - Reply, Resolve, and Remember: Replies to false positives with technical justification, resolves fixed comments only after pushing, and saves decisions to persistent memory plus the project skill registry. - Use Case: A reviewer leaves 15 comments on your Laravel backend PR; the skill fetches them, verifies each against the current code, fixes the genuine bugs, justifies the false positives, and records the lessons learned. ## Quick Start Resolve the review comments on Bitbucket PR number 42 by fetching them, triaging each finding, and proposing a fix plan for my approval.