What problem does it solve?
After a code review of the personal-assistant repository, it is easy to waste time on low-priority polish comments, miss real release risks, or over-fix non-critical issues. This Skill eliminates that inefficiency by clearly separating real problems from optional improvements.
Core Features & Use Cases
- Finding Classification: Automatically categorize review findings into must-fix, should-fix-now, and defer buckets based on release risk, safety, and product contract impact.
- Decision Support: Provide structured lenses for architecture, program, and product decisions when findings require input before implementation.
- Safe Implementation & Validation: Implement only user-confirmed fixes, add regression tests for accepted issues, and run focused validation checks to avoid over-claiming functionality.
- Use Case: After a team or human code review of the personal-assistant Obsidian plugin, use this Skill to quickly identify which findings block release, which need product decisions, and safely implement only the necessary fixes.
Quick Start
Use the personal-assistant-review-followup skill to triage the latest code review findings for the personal-assistant repository, decide which fixes to implement, and validate the changes.