- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
interactive-debug
by tomoasleep
Provide a way to debug complex problem (such as test failures)
android-espresso-dependencies
by hitoshura25
Add Espresso and AndroidX Test dependencies to Android project
subagent-driven-development
by Crumbgrabber
Use when executing implementation plans with independent tasks in the
gas-ui-debug
by whichguy
Symptom-based GAS UI debugging. Route by user's problem description. AUTOMATICALLY INVOKE when user describes: - "blank", "empty", "nothing shows" → CONSOLE_CHECK - "error", "red message" → CONSOLE_CHECK - "button doesn't work", "click does nothing" → HANDLER_TEST - "nothing happens" → CONNECTION_CHECK - "looks wrong", "layout broken" → SNAPSHOT_CHECK - "slow", "loading forever" → PERFORMANCE_CHECK MCP REQUIRED: chrome-devtools (with browserUrl for GAS auth)
django-celery-expert
by agusabas
Expert Django and Celery guidance for asynchronous task processing. Use when designing background tasks, configuring workers, handling retries and errors, optimizing task performance, implementing periodic tasks, or setting up production monitoring. Follows Celery best practices with Django integration patterns.
jira-tool
by mbarbieri
Use when user provides Jira issue URLs or mentions Jira tickets - fetches issue details and comments from Jira Cloud using local jira tool, outputs AI-optimized markdown for context gathering
gdpr-dev
by mikkelkrogsholm
"GDPR compliance for European developers. Use when building features that handle personal data: user registration, profiles, authentication, email sending, analytics, error tracking, payments, search indexes, background jobs, or any feature that stores, processes, or transmits information about people. Provides stack-aware gotchas, anti-patterns to avoid, and schema design principles. Does not ask questions — applies principles proactively based on what is being built."
sentry
by mikkelkrogsholm
"Sentry — application monitoring platform for error tracking, performance monitoring, session replay, profiling, and alerting. Use when building with Sentry or asking about SDK initialization, error capture, tracing, source maps, sampling, PII scrubbing, tunneling, or integration with Next.js, Node.js, or other JavaScript frameworks. Fetch live documentation for up-to-date details."
review-fix-bench
by whichguy
A/B benchmarking skill for code reviewer agent prompts. Runs two versions of a reviewer agent against fixture ground truth using an LLM judge for semantic evaluation, then compares precision/recall/F1 metrics side-by-side. Defaults to comparing current agent vs git HEAD~1. Reports IMPROVED / REGRESSED / NEUTRAL verdict on F1.
tigris-bucket-management
by tigrisdata
Use when creating, listing, inspecting, or deleting Tigris Storage buckets
go-development
by ProjAnvil
Go 语言开发技能,专注于 Fiber Web 框架、Cobra CLI、GORM ORM、整洁架构和并发编程。使用此技能构建 Go Web 应用、开发 CLI 工具、实现 RESTful API,或需要 Go 架构设计和性能优化指导时使用。
commit-postmortem-generator
by tizee
This skill should be used when the user asks to "analyze fix commits and generate postmortems", "create postmortems from git history", or "summarize bug fixes into postmortem reports".
daily-knowledge
by unix2dos
每日知识官 - 每日为用户提供一条精心筛选、跨领域的随机知识。触发方式:@daily-knowledge。通过历史文件查重确保不重复。输出包含知识简介、今日启示、趣闻和扩展维度四个模块。
writing-skills
by liauw-media
"Use when creating reusable process documentation. Apply TDD: baseline without skill → document failures → write skill → test → iterate. Four types: Discipline, Technique, Pattern, Reference. Iron Law: No skill without failing test first."
script-bugfix
by tizee
Debug and fix complex scripts by isolating side effects, extracting core logic into a controlled environment, validating behavior there, then reintegrating with minimal changes. Use this when scripts lack unit tests and are hard to reason about due to IO, environment, or orchestration complexity.
skill-review
by oldwinter
Skills retrospective and improvement. Use when: - User asks to "review", "retrospect", "summarize" or "复盘" skills - User wants to analyze skills issues from the conversation - User requests skills optimization or improvement - End of conversation or after significant skill usage
Linting Check Skill
by hitoshura25
Final step before marking work complete
testing-skills-with-subagents
by liauw-media
"Use to validate process documentation. Apply TDD to skill writing: RED (run without skill, document failures) → GREEN (write skill) → REFACTOR (close loopholes). Test under pressure: time constraints, sunk cost, exhaustion, authority."
session-summary
by ProjAnvil
会话总结技能,用于总结当前会话的上下文,包括已完成的任务、技术决策和下一步计划。使用此技能生成交接文档,以便在不丢失关键上下文的情况下开始新会话。
code-review
by 1Mangesh1
Code review checklists, PR review patterns, and feedback templates. Use when user asks to "review this code", "code review checklist", "PR review template", "review best practices", "write review feedback", or any code review tasks.
root-cause-tracing
by liauw-media
"Use when symptoms don't reveal the cause. Trace backward through call chains to find where problems originate. Follow: Observe symptom → Find immediate cause → Identify caller → Keep tracing → Locate trigger."
swift-development
by ProjAnvil
Provides core Swift 6+ language development capabilities, covering concurrency, macros, model design, and business logic.
apex:debug
by benredmond
Systematic debugging with pattern learning. Applies hypothesis-driven investigation, evidence collection, and reflection to update pattern confidence.
android-screenshot-automation
by hitoshura25
Setup automated screenshot capture for Play Store using Fastlane Screengrab