Change Validation Planner
技能 已验证 活跃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.
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.
功能
- 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
使用场景
- 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
非目标
- 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.
安装
/plugin install swe-skills@ckorhonen-swe-skills质量评分
已验证类似扩展
Claude Handoff
100运行 /handoff 以捕获会话数据,然后编写一个引用该数据的分阶段实施计划。创建用于跟踪的 beads。
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Crabbox
100Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.
Plugin Test Runner
100Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.
Review Pull Request
100Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly