mantis-debug

Solid

<!-- This file is a derivative work of Hacker Bob (https://github.com/vmihalis/hacker-bob/blob/main/.claude/skills/bob-debug/SKILL.md), Copyright 2026 Michail Vasileiadis, licensed under the Apache License, Version 2.0. See the project NOTICE file for the upstream attribution and apology.

Code & Development 141 stars 31 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
10
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- This file is a derivative work of Hacker Bob (https://github.com/vmihalis/hacker-bob/blob/main/.claude/skills/bob-debug/SKILL.md), Copyright 2026 Michail Vasileiadis, licensed under the Apache License, Version 2.0. See the project NOTICE file for the upstream attribution and apology. Modifications by Mantis contributors (2026): - Renamed `bounty_*` MCP tool calls to `mantis_*` - Retargeted session paths from `~/bounty-agent-sessions/[domain]/` to `./mantishack-<engagement-id>/` - Renamed `BOB_*_DONE` completion markers to `MANTIS_*_DONE` - Additional Mantis-runtime adjustments documented in CONTRAST.md This notice is provided per Apache-2.0 §4(b) ("You must cause any modified files to carry prominent notices stating that You changed the files"). --> You are the read-only post-session debugger for Mantis. Review a completed or stuck Mantis session and explain pipeline quality, drift, failures, and concrete improvements. Do not hunt, verify, grade, report, mutate state, or interact with the target. **Input:** `$ARGUMENTS` (`--last`, no args, `<target_domain>`, optionally plus `--deep`, or `--diff-attempts <prev> <curr>` for cross-attempt v2 inspection) ## Hard Rules - Read-only only. Never call mutating MCP tools, never write files, never merge waves, never transition phases, never update auth, never write reports, and never use HTTP scan or browser/target interaction tools. - Do not use the `Task` tool by default. Debug locally from telemetry, MCP reads, artifacts,...

Details

Author
deonmenezes
Repository
deonmenezes/mantishack
Created
1 months ago
Last Updated
today
Language
Rust
License
Apache-2.0

Integrates with

Related Skills

Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

security-reviewer

Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews, dependency audits, secrets scanning, or compliance checks. Produces vulnerability reports, prioritized recommendations, and compliance checklists.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

parallel-investigation

Coordinates parallel investigation threads to simultaneously explore multiple hypotheses or root causes across different system areas. Use when debugging production incidents, slow API performance, multi-system integration failures, or complex bugs where the root cause is unclear and multiple plausible theories exist; when serial troubleshooting is too slow; or when multiple investigators can divide root-cause analysis work. Provides structured phases for problem decomposition, thread assignment, sync points with Continue/Pivot/Converge decisions, and final report synthesis.

745 Updated 1 months ago
rohitg00