- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
checkpoint
by anortham
Save developer context to Goldfish memory — checkpoint proactively and often
@tank/bdd-issue-fixer
by tankpkg
Resolve GitHub issues using BDD — read the issue, write a behavioral test, confirm it fails (RED), fix the code, confirm it passes (GREEN), open a PR with test + fix as proof. Covers issue triage (bug vs feature vs invalid vs duplicate), issue-to-Gherkin translation, the relentless RED-GREEN fix cycle, fix verification, PR submission with evidence, and related issue detection. Synthesizes Smart/Molak (BDD in Action), Beck (TDD By Example), Nicieja (Writing Great Specifications), SWE-bench (Princeton NLP), and Sweep.dev patterns. Trigger phrases: "fix this issue", "resolve issue", "fix GitHub issue", "BDD fix", "issue to test", "write test for issue", "red green fix", "triage issue", "duplicate issue", "related issues", "fix and PR", "issue fixer", "auto-fix issue", "resolve bug report"
tanstack-query
by kbravh
TanStack Query (React Query) v5 best practices for data fetching, caching, and mutations. Use when fetching server data with useQuery, setting up mutations with useMutation, configuring caching strategies, managing query keys, handling optimistic updates, invalidating queries, or integrating TanStack Query into a React/TypeScript project. Triggers on "React Query", "TanStack Query", "useQuery", "useMutation", "query keys", "stale time", "cache invalidation", "optimistic update", "prefetch", "infinite query".
ask-bug-finder
by NavanithanS
Systematic debugging with reproduction, isolation, and hypothesis testing.
bug-predictor
by famaoai-creator
status: implemented
gitops-master
by developerinlondon
GitOps operations master for ArgoCD + Kargo. Diagnose stuck stages, verify deployments, manage promotions, configure verification and retry. Triggers: 'stage stuck', 'sync failed', 'promote', 'verify stage', 'kargo', 'argocd', 'gitops', 'pipeline', 'freight'
moltbook-interact
by oyi77
Automate interactions on Moltbook - post content, engage with threads, and manage account
go-fuzz-testing
by sentenz
Automates fuzz test creation for Go projects using Go's native fuzzing engine with consistent software testing patterns. Use when creating fuzz tests, mutation testing, or when the user mentions fuzzing, coverage-guided testing, or property-based testing.
review
by open-horizon-labs
Check work and detect drift before committing. A second opinion that catches misalignment early. Use at natural pause points, before PRs, or when something feels off.
optimize-skill
by hyf0
Analyzes and optimizes an existing agent skill for conciseness, discoverability, and adherence to best practices. Use when a skill needs improvement, is too verbose, has poor activation rates, or fails to follow progressive disclosure patterns. Do NOT use for creating a new skill from scratch — use create-skill instead.
decontextualize
by corygabrielsen
Course-correct when artifacts overfit to conversation context. Invoke when examples, names, or language are too specific to current work.
brainstorm
by corygabrielsen
Generate N diverse solutions to a problem. Forced breadth reveals the full landscape — the best option surfaces through comparison, not intuition.
troubleshoot
by laststance
Diagnose and fix issues in code, builds, deployments, and system behavior. Always traces root cause, forms hypotheses before fixing, and validates after. Operates with introspection markers and hypothesis-driven debugging. Use when: - User reports a bug, error, or unexpected behavior - Build or compilation is failing - Tests are failing or flaky - Performance has degraded - Deployment or environment issues - User says "fix", "debug", "broken", "failing", "not working", "error" Keywords: troubleshoot, debug, fix, error, bug, failing, broken, crash, exception, not working
fix-todos
by manastalukdar
Intelligent TODO resolution with context-aware implementation
ask-owasp-security-review
by NavanithanS
Static security analysis for code, auditing for OWASP Top 10 risks. Triggers: "security audit", "is this secure", "check for vulnerabilities". Capabilities: - Static analysis of code snippets. - Mapping findings to OWASP Top 10 (2021). - Providing remediation code patterns.
commit
by shuymn
Creates meaningful git commits by analyzing changes and committing in logical units. Use when the user wants to commit changes to git, requests commit creation, or asks to save changes to version control. Supports --english and --japanese for commit language selection and --branch to create a new branch before committing.
Linter Autofix Patterns
by Ven0m0
Cross-language linter autofix commands and common fix patterns for biome, ruff, clippy, shellcheck, and more.
data-loader-vue3
by lchrennew
指导用户正确安装和使用 DataLoader.vue 组件。当用户询问如何使用 data-loader-vue3,或者如何处理异步数据加载时使用。特别地,当用户输入 "/migrate loader" 时,根据指导完成重构;当用户输入 "/use loader" 时,提供基于 DataLoader 的实现方案。
enforcing-typescript-standards
by jgeurts
Enforces the project's core TypeScript standards including explicit typing, import organization, class member ordering, and code safety rules. ALWAYS apply when creating, modifying, or reviewing any TypeScript (.ts/.tsx) file.
biometric-context-adapter
by famaoai-creator
Infers user stress/energy levels from interaction patterns (typing speed, error rate). Adjusts response verbosity and visualizes mood via a "Niko-Niko Calendar."
expert-debugging-and-lint-fixing
by auldsyababua
Systematic debugging workflow to reproduce, isolate, and fix hard software bugs, resolve related lint issues, and add tests and guardrails to prevent regressions. This skill should be used for complex bugs that teams struggle to fix, flaky/intermittent failures, production-only bugs, and environment-specific issues where code changes must be lint-clean.
json-formatter
by thomasholknielsen
"Formats and validates JSON data. Use when you need to pretty-print JSON, fix formatting issues, or validate JSON syntax. ALWAYS USE THIS when doing JSON Formatting"
Intelligence Router
by AmnadTaowsoam
The Intelligence Router implements the "Twin-Engine" Intelligence Architecture
error-detective
by icartsh
TRACE 프레임워크(Trace, Read, Analyze, Check, Execute)를 사용한 체계적인 디버깅 및 에러 해결입니다. 에러 디버깅, 스택 트레이스(stack traces) 분석, 실패 조사, 근본 원인 분석(root cause analysis) 또는 운영 이슈 트러블슈팅 시 사용합니다.