- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
pyside6-qml-bridge
by DS-codi
Use this skill when exposing Python objects to QML, creating bridge classes, defining Qt properties with NOTIFY signals, implementing invokable methods / slots, or connecting QML user actions to Python controllers. Covers the QObject bridge pattern, property decorators, type conversions, context properties, and QML type registration.
code-quality
by wutongci
自动检查代码质量问题,提供改进建议
sinatra-patterns
by geoffjay
Common Sinatra patterns, routing strategies, error handling, and application organization. Use when building Sinatra applications or designing routes.
security
by wutongci
自动检查常见安全漏洞和安全最佳实践
testing-patterns
by lambdamechanic
Testing patterns and standards for this codebase, including async effects, fakes vs mocks, and property-based testing.
testing-patterns
by lambdamechanic
Testing patterns and standards for this codebase, including async effects, fakes vs mocks, and property-based testing.
databuddy-react
by databuddy-analytics
Use the Databuddy React SDK for Next.js and React applications. Use when implementing analytics tracking in React components, setting up the Databuddy component in layouts, or using React hooks for event tracking.
issue-tracking
by miketromba
Project issue tracking system. Use when creating, reading, updating, listing, or closing issues. Triggers on "create an issue", "next issue", "track a task", "list issues", "show bugs", "what's next", "close issue", or any issue/bug/task management request.
enhance-linear-issues
by super-mega-lab
Use when asked to review, enhance, improve, clean up, decompose, or organize Linear issues. Handles requests mentioning "tickets" or "tasks" — these mean Linear issues. Triggers on "enhance issues", "enhance tickets", "improve issues", "improve tickets", "clean up issue TEAM-123", "break down this issue", or requests to improve issue quality, structure, or organization.
api-design
by 101mare
REST API design with FastAPI: routing, response models, error handling, dependencies. Does NOT handle: architecture (use architecture-builder), exceptions (use exception-builder), frontend clients (use frontend-design), CI/CD (use ci-cd-builder). Use when building APIs, designing endpoints, or setting up FastAPI projects. Recognizes: "api-design", "REST API", "FastAPI", "endpoint design", "response model", "API error handling", "OpenAPI", "build an API", "API patterns", "HTTP endpoints"
changelog
by costa-marcello
"Generates changelogs and creates tagged releases. Use when updating changelogs, preparing releases, or tagging versions."
n8n-code-javascript
by echoleesong
Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.
writing-commit-messages
by tenzir
Write git commit messages for Tenzir repositories. Use when committing changes, running git commit, drafting commit messages, detecting staged changes, or asking about commit format and subject lines.
debug
by costa-marcello
Guides systematic root-cause debugging through four phases. Use when encountering any bug, test failure, or unexpected behaviour, before proposing fixes.
completion-evaluator
by masanao-ohba
Evaluates task completion against acceptance criteria and determines pass/fail verdicts
web-accessibility
by AlexanderStephenThompson
WCAG 2.1 AA accessibility patterns for React applications
git-operator
by masanao-ohba
Manages Git operations including commits with appropriate conventions, combining related changes logically and following project-specific policies
code-fix-assistant
by chaorenex1
Automated code quality assistant that formats code, fixes syntax/type errors, detects bugs, and validates fixes across Python, JavaScript, TypeScript, Java, Go, and Rust
uefn-verse-basics
by Flohhhhh
Beginner-focused onboarding and developer workflow for using Verse in Unreal Editor for Fortnite (UEFN). Use when setting up UEFN/Fortnite prerequisites, creating a first Verse-enabled project, creating Verse devices from templates, compiling and playtesting with Launch Session and Push Verse Changes, troubleshooting common setup/build/runtime issues, and establishing basic project/revision-control habits.
code-reviewer
by masanao-ohba
Code review methodology, severity classification, and quality assessment patterns
software-evaluation
by ymd38
Evaluate code quality across five pillars (Architecture, Reliability, Observability, Security, DX) and produce a 1-10 scorecard with a strategic improvement roadmap. Use when you want a comprehensive quality review of a directory or module. Triggers on requests like "evaluate code quality", "review architecture", "score my code", "code audit", "/software.evaluation", or when asked for a quality assessment of a directory from a CTO or architect perspective.
reviewing-plans
by tenzir
Review methodology for implementation plans. Use when evaluating plan quality, completeness, or risk.
sk
by lambdamechanic
"How to use the repo-scoped sk CLI to manage Claude Skills in this codebase."
code-reviewer
by masanao-ohba
Reviews PHP/CakePHP code for quality, standards compliance, and best practices