What problem does it solve? Reviewing modification proposals manually is slow and inconsistent, often missing conflicts, security issues, or missing test coverage. This Skill automates proposal review with structured analysis and clear approve/reject/request-changes actions. ## Core Features & Use Cases - Automated Review Analysis: Analyzes code quality, complexity, maintainability, documentation, and code style of the proposed component. - Conflict & Security Detection: Checks for conflicting pending proposals on the same component and flags security concerns like eval usage or XSS risks. - Status & Notification Workflow: Updates proposal status, stores review records, and notifies creators and assignees of the outcome. - Use Case: A reviewer runs review-proposal proposal-1234567-abc123 --action approve --conditions "Add tests before merging" to approve a component enhancement with conditions, automatically updating the proposal index and notifying stakeholders. ## Quick Start Ask the agent to review proposal proposal-1234567-abc123 with an approve action and a comment summarizing your feedback.