inspect-run
Use when looking at a run to make sure outputs are what we expect, and things are going well
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when looking at a run to make sure outputs are what we expect, and things are going well
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use when applying a Thresher security scan report to a repository to fix vulnerabilities. Triggered by user wanting to remediate findings from a scan report, fix security issues in a repo based on scan output, or create a security remediation PR.
Use when cutting a release, bumping version numbers, tagging a release, publishing to GitHub Releases, or updating the Homebrew formula. Triggered by user wanting to release a new version, bump versions, or run /release.
SOC 職業分類に基づく
| name | inspect-run |
| description | Use when looking at a run to make sure outputs are what we expect, and things are going well |
Run ID: Id of the run, corresponds to folder in ./thresher-reports and ./logs
This is a multi agent subflow.
For each scanner and each ai agent launch a subagent to do the following:
Then look at the report summaries:
Any anomolies identify the root cause.
Finally look for any missing artifacts. All analyst findings and summaries are in the scan-results folder? All scanner results are in scan results folder and no corrupted? All files in root report folder are there like summaries and reports and deduped findings? the html report is there?
Generate a report whith CRITICAL/HIGH/MEDIUM/LOW issues.
Generate a list at end of report of unit tests that if they existed today would fail because of these findings. And then think of any additional unit tests we should ad on edge cases around these areas that we wouldn't have thought of otherwise.
After full analysis generate a chain of events and findings, summary of things in a dagpipline view.
Write the report to a file.