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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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.