- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
support-ticket-triage
by ComposioHQ
Triage customer support tickets/emails/chats into categories, priority, and next action; draft responses and create reproducible steps; use for Zendesk/Intercom/Help Scout exports or pasted threads.
typescript-api
by holon-run
TypeScript/Node.js API development skills. REST API patterns, Express/Fastify handlers, TypeScript types, Zod validation, and async patterns.
swift-concurrency-expert
by steipete
Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
fixing-accessibility
by ibelick
Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use when adding interactive controls, forms, dialogs, or reviewing WCAG compliance.
async-python-patterns
by sickn33
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
ask
by bfly123
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
code-review-quality
by proffesor-for-testing
"Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices."
issue-triage
by max-sixty
Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.
langsmith-fetch
by ComposioHQ
Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.
analyze
by Yeachan-Heo
Deep analysis and investigation
authentication-patterns
by rohitg00
Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows
task-analyzer
by shinpr
Performs metacognitive task analysis and skill selection. Use when determining task complexity, selecting appropriate skills, or estimating work scale. Returns skills with confidence scores and metadata.
react-patterns
by rohitg00
React 19 patterns including Server Components, Actions, Suspense, hooks, and component composition
trace
by Yeachan-Heo
Show agent flow trace timeline and summary
learner
by Yeachan-Heo
Extract a learned skill from the current conversation
ultraqa
by Yeachan-Heo
QA cycling workflow - test, verify, fix, repeat until goal met
skill
by Yeachan-Heo
Manage local skills - list, add, remove, search, edit, setup wizard
team
by Yeachan-Heo
N coordinated agents on shared task list using Claude Code native teams
build-fix
by Yeachan-Heo
Fix build and TypeScript errors with minimal changes
address-sanitizer
by trailofbits
AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.
git-batch-commit
by cat-xierluo
智能 Git 批量提交工具。当用户说 "git 提交"、"git commit"、"批量提交"、"拆分提交"、"整理提交" 时使用,或者当用户暂存了多个不同类型的文件需要分开提交时使用。自动将混合的文件修改按类型分类(依赖管理、文档更新、license 文件、配置、源代码等),并创建多个清晰聚焦的提交,使用标准化的提交信息格式。帮助保持清晰的 Git 历史,确保每个提交都有单一、明确的目的。使用英文前缀(docs:、feat:、fix: 等)加中文内容,支持 GitHub 彩色标签显示。
typescript-advanced
by rohitg00
Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
continuous-learning
by rohitg00
Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring
golang-idioms
by rohitg00
Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management