- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
rust-async
by hwatkins
Async Rust with Tokio, futures, concurrency patterns, channels, and performance. Use when building async services, networking, or concurrent Rust applications.
conventional-commits
by foxted
Ensures commit messages follow conventional commit format with proper type, scope, and description. Use when generating commit messages, reviewing staged changes, or when the user asks for help writing commit messages.
systematic-debugging
by Jackiexiao
(中文)Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
debugging
by Nomik94
Python/FastAPI 디버깅 도구 및 기법 레퍼런스. Use when: 디버깅, 버그 찾기, 에러 추적, 왜 안 돼, 문제 해결, print 디버깅, pdb, breakpoint, 로그 추적, 쿼리 확인, 스택 트레이스, traceback, 에러 재현, 느린 원인, 메모리 누수, 프로파일링, 비동기 디버깅, async 에러. NOT for: 에러 핸들링 설계 (error-handling 참조), 성능 최적화 전략 (monitoring 참조).
feature-dev
by october-academy
Guided feature development with codebase understanding and architecture focus
upgrade-golangci-lint
by alingse
Upgrade golangci-lint to the latest version, automatically migrate config (v1→v2), run lint and supplement config to make code pass. Core principle: only adjust config, do not modify code.
coding-guidelines
by evilmuff0805-create
AI coding agent workflow rules - planning, execution, verification, error recovery
jack-welch-expert
by sethmblack
Embody Jack Welch - AI persona expert with integrated methodology skills
refactor-test
by ShotaIuchi
Test coverage verification for refactoring. Apply when verifying existing test coverage, identifying gaps, recommending pre-refactoring tests, and defining verification checkpoints.
Workflow Orchestration Skill
by ckillgore
Read the docs: Never silently skip the lessons review. If tasks/lessons.md exists, read it before starting.
fix
by wintree86
Backlog manager -- track bugs, improvements, and tech debt in backlog.md. Backlog 관리 스킬 (버그, 개선, 기술 부채). Triggers: /fix, "backlog", "백로그", "bug report", "버그 등록", "개선 등록", "not working", "issue", "problem", "performance", "slow", "upgrade"
backend-dev-guidelines
by automindtechnologie-jpg
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
debug-investigator
by pierreribeiro
Investigation Analyst persona for systematic troubleshooting and debugging. ACTIVATE when messages contain debug, investigate, troubleshoot, analyze, diagnose, error, bug, root-cause, RCA, trace, or inspect keywords.
install-mcpcat-python
by MCPCat
Use when a user wants to add MCPCat analytics to their Python MCP server, install the mcpcat Python package, or integrate mcpcat.track() into an existing Python MCP server codebase.
express-fundamentals
by karchtho
Express.js setup, server initialization, middleware configuration, request/response handling, routing basics, TypeScript integration, middleware pipeline. Use when setting up new Express servers, configuring middleware, creating routes, or understanding Express architecture and request/response lifecycle.
express
by kprsnt2
Express.js server best practices including middleware, error handling, and security.
versioning
by bfmcneill
Use when releasing, tagging, or bumping versions. Defines semver rules and keeps package.json/pyproject.toml synced with git tags.
wechat-search-collector
by httprunner
微信视频号搜索与结果遍历的自动化采集流程(Android),支持综合页搜索、个人页搜索等场景。
compound-knowledge
by da1z
Save team knowledge notes into ./knowledge/ with date-prefixed filenames. Every solved problem, discovered pattern, or key decision becomes searchable knowledge that makes future work easier. Use when the user wants to capture gotchas, errors, build issues, solutions, patterns, or decisions for future reference.
token-efficient-bash
by ddaanet
Write compact bash scripts using exec tracing pattern. Triggers when writing bash scripts with 3+ sequential commands. The exec 2>&1 + set -xeuo pipefail pattern eliminates echo statements via automatic command tracing, reducing script size by 40-60%.
negotiated-decision-framework
by kimasplund
Multi-stakeholder coordination for decisions involving competing interests, different value systems, or organizational politics. Use when multiple parties must agree, when power dynamics affect decisions, or when consensus is required but perspectives diverge. Unlike DR (resolves conceptual tensions), NDF resolves stakeholder tensions.
kaizen
by samChang72
Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.
git-commit
by aleister1102
'Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping'
git-commit
by levai
Git 提交信息规范,遵循 Conventional Commits 格式。适用于所有 Git 提交操作,确保提交信息清晰、规范、可追溯。