What problem does it solve?
This Skill prevents integration work from becoming inconsistent, bloated, or difficult to review by enforcing host-project conventions, protected-record preservation, and focused diffs.
Core Features & Use Cases
- Baseline and Diff Discipline: Establishes the governing branch diff and evaluates every hunk against the task objective or protected research record.
- Project Integration Review: Aligns code, prose, documentation, naming, utilities, and patterns with the surrounding codebase while auditing relevant project documentation.
- Refactoring and Quality Control: Removes unsupported changes, consolidates duplication, checks reproducibility, and validates that surviving changes are focused and maintainable.
- Use Case: Apply this Skill after research or implementation work has been synchronized into a project to prune incidental edits, preserve documented results, and prepare a coherent reviewable diff.
Quick Start
Use the refactor-and-integrate skill to audit the current branch diff, align the changes with repository conventions, remove unsupported hunks, and complete the final diff self-check.