shark-status
Check status of shark-exec background jobs, .shark-done, and SHARK_LOG.md
Best use case
shark-status is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Check status of shark-exec background jobs, .shark-done, and SHARK_LOG.md
Teams using shark-status should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/shark-status/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How shark-status Compares
| Feature / Agent | shark-status | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Check status of shark-exec background jobs, .shark-done, and SHARK_LOG.md
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Shark Status Check current shark state: 1. Read `$SKILL_DIR/../shark-exec/state/pending.json` — report active background jobs (label, command, elapsed time, whether overdue past maxSeconds) 2. If `.shark-done` exists in the skill base dir, show its contents 3. If `SHARK_LOG.md` exists, show the last 10 lines 4. If nothing exists, report "No active shark jobs."
Related Skills
shark-exec
No description provided.
shark-loop
Run shark.ps1/shark.sh loop enforcer with OS-level timeout per turn
shark-clean
Clean up shark state files (.shark-done, SHARK_LOG.md, pending.json, timings.jsonl)
shark-autotune
Analyse shark timing history and recommend optimal SHARK_LOOP_TIMEOUT and SHARK_MAX_LOOPS settings
shark
No description provided.
performing-network-traffic-analysis-with-tshark
Automate network traffic analysis using tshark and pyshark for protocol statistics, suspicious flow detection, DNS anomaly identification, and IOC extraction from PCAP files
performing-network-forensics-with-wireshark
Capture and analyze network traffic using Wireshark and tshark to reconstruct network events, extract artifacts, and identify malicious communications.
analyzing-network-traffic-with-wireshark
Captures and analyzes network packet data using Wireshark and tshark to identify malicious traffic patterns, diagnose protocol issues, extract artifacts, and support incident response investigations on authorized network segments.
pr-status
Fetch and display the full status of the current PR — CI checks, GitHub Actions runs, reviews, and code comments — using GitHub MCP tools. Invoke manually with /pr-status.
status
Show current project status — worklog state, Phase progress, and layer implementation coverage. Use when you need a snapshot of where the project stands.
statuscake-automation
Automate Statuscake tasks via Rube MCP (Composio). Always search tools first for current schemas.
managing-code-status-discussions
Documents goals-of-care conversations with code status decisions and advance directive alignment. Use when discussing code status, documenting goals-of-care, or recording advance directive conversations.