- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
karpathy-guidelines
by js9s1
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
error-handling-patterns
by TriNgo0108
Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.
chrome-devtools
by acejou27
Use this skill when working with Chrome DevTools, browser debugging, performance profiling, network analysis, JavaScript debugging, CSS inspection, element inspection, console usage, or any web development debugging workflows.
bug-issue
by Tmeister
Diagnose and fix a GitHub issue with a reproduction-first workflow.
dokploy
by m4xx101
"Use when deploying, debugging, diagnosing, or managing Docker Compose apps on a Dokploy PaaS instance. Serves as the entry point for the Dokploy skill suite — pick the right sub-skill based on your goal."
python-guidelines
by StefanMermans
When dealing with python code, these guidelines must always be followed.
swiftdata-expert
by kashiash
Expert guidance for SwiftData on iOS 17+ and macOS 14+. Use when the user asks about SwiftData models, relationships, queries, predicates, ModelContext, ModelContainer, CloudKit sync, schema migrations, SwiftUI integration with @Query or @Bindable, performance optimization, testing with in-memory containers, or debugging silent save failures and crashes related to SwiftData.
code-fix
by ryoshimm
code-review の指摘に基づき、コードのリファクタリング・共通化・改善を実施する。
android-architecture
by Envy-7z
Use when implementing MVVM, clean architecture, dependency injection with Hilt, or structuring Android app layers.
nomistakes
by dupe-com
Error prevention and best practices enforcement for agent-assisted coding. Use when writing code to catch common mistakes, enforce patterns, prevent bugs, validate inputs, handle errors, follow coding standards, avoid anti-patterns, and ensure code quality through proactive checks and guardrails.
using-commit
by jrodrigopuca
Guía para escribir mensajes de commit siguiendo Conventional Commits. Usar cuando se vaya a realizar un commit, crear mensajes descriptivos, estandarizar el historial del proyecto, o automatizar versionado y changelogs. Incluye tipos de commit, scopes, breaking changes, formato y mejores prácticas. Activar con frases como "hacer commit", "mensaje de commit", "conventional commits", o "escribir commit semántico".
photo-color
by ppx123-web
Adjust photo brightness, contrast, and saturation based on natural language prompts using GPT-5 text analysis. Use when the user asks to adjust brightness, change contrast, modify saturation, apply a specific style, or fix photo issues like washed out colors.
resolve-pr-feedback
by jkappers
Resolve open PR review discussions by evaluating applicability and value, then fixing valid feedback with conventional commits. Use when (1) addressing reviewer feedback on a pull request, (2) resolving open PR discussions systematically, (3) triaging PR review comments for actionability, (4) batch-fixing code review feedback, or (5) cleaning up unresolved PR conversations.
cli-design-guidelines
by yuanxiao0115
Design and UX guidance for command-line tools and scripts, based on the Command Line Interface Guidelines (clig.dev) and the Chinese translation at clig.onev.dev.
auth-implementation-patterns
by TriNgo0108
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
php-best-practices
by jcastillotx
PHP coding standards and best practices. This skill should be used when writing, reviewing, or refactoring PHP code. Triggers on tasks involving PHP applications, WordPress plugins, Laravel projects, or any PHP-based backend.
fix-bug
by xuesongjun
按照标准流程修复 Test Studio 中的 Bug
aeo-qa-agent
by ivzc07
Internal code reviewer with veto power. Reviews changes before commit, blocks security issues.
example-skill
by asadullah48
Brief description of what this skill does and when to use it. Include trigger keywords that users would naturally mention.
m05-type-driven
by lywa1998
"CRITICAL: Use for type-driven design. Triggers: type state, PhantomData, newtype, marker trait, builder pattern, make invalid states unrepresentable, compile-time validation, sealed trait, ZST, 类型状态, 新类型模式, 类型驱动设计"
commit-convention
by ab300819
Git 提交信息规范。着重于提交信息的格式化、风格统一。优先学习并沿用项目已有的提交历史风格,若无明显风格或为新项目,则遵循 Conventional Commits 规范。
aeo-escalation
by ivzc07
Human-AI interface for when to interrupt and involve humans. Presents clear options and records decisions.
go-architecture
by getdirekt
Architectural guidelines for Go projects following Domain-Driven Design (DDD) and Clean Architecture principles. Focuses on layer boundaries, dependency rules, and rich domain models.
api-design
by simplerick0
Design clean, consistent, and well-documented APIs using contract-first principles. Use for REST API design, endpoint naming, request/response modeling, error handling patterns, versioning strategies, OpenAPI specification writing, and API documentation.