skills/investigate/SKILL.md
Evidence-gated debugging and investigation. Requires citing file:line references and actual output before proposing fixes.
npx skillsauth add acartine/osterman investigateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Structured investigation workflow requiring concrete evidence before proposing any changes. Prevents premature fixes based on assumptions.
Gather concrete evidence using read-only tools:
file:line referencesDeliverable: Evidence summary with:
file1.py:42 -> file2.py:88 -> file3.py:15Present findings to user (or to self if autonomous):
file:line, the root cause is X"file:line"devops
Execute Terraform plan and produce a risk summary; never apply.
development
Verify main branch stability before development and before pushing code to remote.
testing
Rebase current work branch on latest main with intelligent conflict resolution.
testing
Checkout main branch and pull latest changes from remote.