Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 394 Bytes

File metadata and controls

14 lines (8 loc) · 394 Bytes

data

Analysis skills, named after Lt. Commander Data.

Skills

scan-branches

Compare two git branches. Summarizes differences and flags concerns (bugs, security, style, inconsistencies).

Usage:

  • /scan-branches <compare-branch> — compares the current branch against the specified branch
  • /scan-branches <base-branch> <compare-branch> — compares two specified branches