skills/cohesive/SKILL.md
Check code modified in the current branch for cohesiveness, and execute refactors
npx skillsauth add recrsn/claude-plugins cohesiveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check the diff against origin/main, and review the changed code for cohesiveness.
Run git fetch origin to make sure git context is up-to-date.
Here is the list of files changed in this branch:
!git diff --name-only origin/main
For each changed file, read the full file and assess whether the modifications maintain or improve cohesion. Then execute refactors to fix any issues found.
Report at the end with a brief summary of refactors performed.
development
Generate unit tests for the changed code in this branch
testing
Split large files into manageable chunks following language-specific best practices
development
Port an Electron app to Electrobun. Runs a compatibility audit first, then migrates IPC, windows, preload, menus, dialogs, and build config to Electrobun equivalents.
tools
Remove all unnecessary changes introduced in this branch