How this skill is triggered — by the user, by Claude, or both
Slash command
/arato-simulate:analyze-findingsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull and analyze findings from a completed simulation run or report.
Pull and analyze findings from a completed simulation run or report.
Identify the report. Ask for the workspace and report ID. If unknown, call list_reports to show recent reports. Alternatively, ask for a run ID and call get_run_status to find the associated report.
Fetch findings. Call list_findings with the run ID to get all findings. Call get_report to get the full report with summary data.
Analyze and present. Provide:
Deep dive. If the user wants details on specific findings, use list_run_assets to find screenshots, transcripts, or conversation logs that provide context.
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.