How this skill is triggered — by the user, by Claude, or both
Slash command
/arato-simulate:compare-runsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compare two simulation runs to identify regressions, improvements, or unchanged behavior.
Compare two simulation runs to identify regressions, improvements, or unchanged behavior.
Identify the runs. Ask for the workspace and two run IDs: a baseline (typically the older run) and a comparison (typically the newer run). If unknown, call list_runs to show recent runs.
Fetch both runs. Call get_run_status for both run IDs. Verify both are in completed status — comparison is unreliable for incomplete runs.
Fetch findings. Call list_findings for both runs. Call get_report for both if reports are available.
Compare and present:
Actionable summary. If regressions are found, highlight the most critical new findings. If improvements are found, confirm what was fixed.
npx claudepluginhub aratoai/claude-code-plugin --plugin arato-simulateProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.