Install
$ agentstack add skill-kdr-overcast-overcast-media-bug-triage ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
overcast-media-bug-triage
Use this skill when media evidence should become a bug report, reproduction steps, or engineering triage notes. Use the broad overcast skill and overcast/reference/verbs.md for exact command flags.
Workflow
overcast doctor --json
overcast case init --json
overcast case setup --yes --json
overcast watch ./screen-recording.mp4 --json
overcast listen ./screen-recording.mp4 --describe --json
overcast see frame://@ --ocr --json
overcast note "observed UI state or suspected failure" --ref --at --json
overcast ask "summarize the bug with reproduction steps and citations" --json
overcast brief --full --export ./bug-brief.md --json # --full: this flow wants the verbatim evidence timeline (the default brief is short)
Use watch for screen recordings and demos. Add listen --describe when spoken narration, audio cues, or support-call context matters. Use see --ocr on key frames when UI text, error messages, button labels, or form values are important.
Output
Produce a cited bug summary with:
- observed behavior with timestamps;
- expected behavior when it is inferable from the media or product context;
- reproduction steps grounded in
record.idandmedia.at; - UI text or OCR evidence from
see --ocr; - open questions when the media is ambiguous.
Evidence Rules
Keep observed media facts separate from engineering inference. Add human observations with note. Prefer ask and brief for synthesis; use case memory get to page large watch or listen fields when exact timeline text is needed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kdr
- Source: kdr/overcast
- License: Apache-2.0
- Homepage: https://overcast.video
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.