Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Change Validation Planner

Skill Verifiziert Aktiv
Teil von:Swe Skills

Plans the narrowest trustworthy validation path for a scoped code change or diff. Use when a user asks what to run before merging, how to validate a specific change, whether the current checks are enough, or wants a bounded command order from narrow to broad. Do NOT use for writing tests, fixing the code change itself, broad QA sweeps, or generic debugging that needs root cause analysis.

Zweck

To help users and agents create focused validation plans for code changes, ensuring the right checks are run in the correct order to gain confidence before merging.

Funktionen

  • Plans validation paths for scoped code changes
  • Identifies narrowest trustworthy command sequences
  • Distinguishes between proven and unproven aspects of a change
  • Reuses repo-native commands and conventions
  • Avoids generic debugging and test writing

Anwendungsfälle

  • When asking what to run before merging a PR
  • When needing to validate a specific diff or local edit
  • When comparing narrow vs. broad validation options
  • When understanding what a code change does NOT prove

Nicht-Ziele

  • Implementing the code change itself
  • Writing or expanding tests as the primary task
  • Generic QA across the whole repo
  • Root-cause debugging
  • Architecture planning

Practical Utility

  • info:Usage examplesThe SKILL.md and README do not contain explicit end-to-end usage examples demonstrating input, invocation, and output.

Installation

/plugin install swe-skills@ckorhonen-swe-skills

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit5 days ago
Sterne1
LizenzMIT
Status
Quellcode ansehen