yugasun/aiops · Archived

prune

Review diffs for over-engineering only. One line per finding: location, what to cut, what replaces it. Hard gate before /review in aiops delivery. Use when the user says prune, simplify review, what can we delete, or over-engineered.

First seen Jun 29, 2026

Installation

$ npx skills add yugasun/aiops --skill prune

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from yugasun/aiops · top by installs.

npx skills add yugasun/aiops

Browse all from yugasun/aiops

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 706 B
  • docs SUMMARY.md 246 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Prune

Hunt unnecessary complexity in the diff. One line per finding. Goal: shorter diff.

Format

L<line>: <tag> <what>. <replacement>.

Tags: delete, stdlib, native, yagni, shrink

Scoring

End with net: -<N> lines possible. or Lean already. Ship.

Boundaries

Complexity only — correctness and security belong in /review. Pre-delivery constraint: /lean. List cuts; do not apply unless asked.