
ahrav/gossip-rs
3 skills3 installs3 starsGitHub
Install
npx skills add https://github.com/ahrav/gossip-rsSkills in this repo
1Merge Reviewsmerge-reviews aggregates the YAML drop files produced by parallel /review-capture runs on a branch into a single canonical plan. It verifies each finding against HEAD, discarding stale ones, merges duplicates across reviewers, flags conflicting suggested fixes, and schedules findings into execution waves. On success it deletes the individual drop files. A developer runs it after all parallel review terminals for the branch have finished.1installs2Reduce Complexityreduce-complexity analyzes code for complexity hotspots using evidence-based LOC, nesting, and parameter thresholds. It classifies each flagged function as essential (leave alone) or accidental (reducible) and produces reduction suggestions with safety annotations. It does not perform automated refactoring; it detects, explains why code is complex, and suggests fixes. The technique catalog is Rust-focused with a match-nesting discount.1installs3Review Capturereview-capture wraps any review skill or command, delegates to it fully, then extracts its findings into a structured YAML drop file under .claude/review-drops/<branch>/. It records the HEAD SHA at capture time and is capture-only, never executing suggested fixes. A developer runs it in parallel across terminals, each capturing one reviewer's output, so a later /merge-reviews pass can dedup and consolidate. It accepts any target review skill by name.1installs