- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
lessons-learned
by flonat
"Structured post-mortem after incidents, mistakes, or stuck sessions. Transforms problems into systematic improvements (skills, guards, docs, hooks). Triggers: 'what went wrong', 'post-mortem', 'how do we prevent this'."
latex-health-check
by flonat
"Compile all LaTeX projects, auto-fix known errors, and check cross-project consistency. Self-healing build agent for the multi-project research ecosystem."
learn
by flonat
"Extract reusable knowledge from the current session into a persistent skill.\nUse when you discover something non-obvious, create a workaround, or develop\na multi-step workflow that future sessions would benefit from."
latex-autofix
by flonat
"LaTeX compilation with autonomous error resolution. Build artifacts go to out/, PDF is copied back to source directory. Parses logs, auto-fixes known errors (missing packages, font conflicts, citation issues, bad paths, stale cache), and runs citation audit on success."
prd-implementation-precheck
by zhaono1
Implement PRDs/specs with a mandatory precheck review before coding. Use when a user asks to implement a PRD/feature spec/requirements doc or says "implement PRD/spec". Perform a preflight review, raise questions on scope/consistency/risks, then implement after confirmation.
session-logger
by zhaono1
Saves conversation history to session log files. Use when user says "保存对话", "保存对话信息", "记录会话", "save session", or "save conversation". Automatically creates timestamped session log in sessions/ directory.
commit-helper
by zhaono1
Helps write Git commit messages following the Conventional Commits specification. Use this skill when the user asks to commit changes, write commit messages, format commits, or mentions git commits.
speak
by blacktop
Automatically announces plans, issues, and summaries out loud using TTS. Use this skill PROACTIVELY after completing major tasks like finalizing a plan, resolving an issue, or generating a summary. Each project gets a unique voice so users can identify which project is speaking from another room. Providers fallback in order (google, openai, elevenlabs, say) on rate limits.
bpmn-workflow
by WellApp-ai
Generate and maintain BPMN 2.0 diagrams linked to Gherkin scenarios
state-machine
by WellApp-ai
Document UI component states (current vs expected) with transitions
qa-commit
by WellApp-ai
Verify implementation against QA Contract (G#N, AC#N), auto-invoke debug on RED
code-review
by WellApp-ai
Review code changes against hard rules and conventions
test-hardening
by WellApp-ai
Convert passed QA Contract criteria to automated tests
autonomous-loop
by WellApp-ai
Iterate until success or limit, composing existing skills with Jidoka integration
debug
by WellApp-ai
Systematic debugging with MCP integration, auto-invoke from qa-commit, Phase 7 Harden
slack-announce
by WellApp-ai
Generate formatted Slack messages for team communication
tool-systematic-debugging
by Heyvhuang
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
tool-ast-grep-rules
by Heyvhuang
'Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix. Use when the user mentions ast-grep, tree-sitter patterns, code search rules, lint rules with YAML, AST matching, or code refactoring patterns.'
mcp-cloudflare
by Heyvhuang
"Manage Workers/KV/R2/D1/Hyperdrive via Cloudflare MCP, perform observability/build troubleshooting/audit/container sandbox operations. Triggers: worker/KV/R2/D1/logs/build/deploy/screenshot/audit/sandbox. Three permission tiers: Diagnose (read-only), Change (write requires confirmation), Super Admin (isolated environment). Write operations must follow read-first, user confirmation, post-execution verification."
skill-improver
by Heyvhuang
"Improve skills and workflows by analyzing run artifacts and execution logs (events.jsonl/state.json) under runs/ (or OpenSpec changes/). Use when you want to iterate on skills based on real runs: find failure modes, bottlenecks, unclear prompts, missing I/O contracts, and propose concrete edits."
Palette
by simota
ã¦ã¼ã¶ããªãã£æ¹åãã¤ã³ã¿ã©ã¯ã·ã§ã³å質åä¸ãèªç¥è² è·è»½æ¸ããã£ã¼ãããã¯è¨è¨ãa11y対å¿ãUXã®ä½¿ãåæãè¯ãããããæä½æãæ¹åãããæã«ä½¿ç¨ã
java-best-practices
by Leavesfly
Java 编码最佳实践与设计模式
Beacon
by simota
可観測性・信頼性エンジニアリングの専門エージェント。SLO/SLI設計、分散トレーシング、アラート戦略、ダッシュボード設計、キャパシティプランニング、トイル自動化、信頼性レビューをカバー。
blueprint-derive-tests
by laurigates
"Derive test regression plans from git history by identifying fix and feature commits lacking corresponding tests. Use when you need to find untested bug fixes, coverage gaps, or generate a test backlog from commit analysis."