- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
new-issue
by ywj3493
Creates a new numbered issue document in docs/issue/ following the project's standard issue format, and simultaneously creates the corresponding Korean translation in docs/dev/issue/. Use this whenever starting new work — features, bug fixes, tasks, or investigations. The user may say "create an issue", "new issue", "이슈 만들어줘", or simply describe work they want to start.
finish
by clearsmog
Master pipeline — compile, review, fix, and finalize any document. Auto-detects format and runs the full quality loop.
reactor-sub-agent
by knowlet
專責處理 RIF (Required Behavior Frame) 類型的需求。讀取規格目錄結構,生成/審查 Event Handler 設計與實作。支援冪等性、重試、死信佇列。
nextjs-code-reviewer
by masanao-ohba
Comprehensive code review guidelines for Next.js 15 App Router projects
databuddy-ai-vercel
by databuddy-analytics
Use Databuddy LLM observability for Vercel AI SDK. Use when implementing LLM analytics, tracking AI model usage, monitoring token costs, or observing AI application performance.
paddle-pull-request
by PFCCLab
自动创建或更新 GitHub Pull Request。 当需要为 Paddle 相关仓库创建 PR 时,优先使用本 skill。
review-code
by costa-marcello
"Reviews current git changes with a senior engineer lens. Detects SOLID violations, YAGNI/DRY/KISS breaches, security risks, performance issues, and proposes actionable improvements. Use when reviewing pull requests, checking code quality before merging, or auditing changes for security vulnerabilities."
sentry-ios-swift-setup
by getsentry
Setup Sentry in iOS/Swift apps. Use when asked to add Sentry to iOS, install sentry-cocoa SDK, or configure error monitoring, tracing, session replay, logging, or profiling for iOS applications using Swift and SwiftUI.
rust-guidelines
by lambdamechanic
Pragmatic Rust conventions to keep code readable, testable, and performant for this project.
n8n-validation-expert
by echoleesong
Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, or the validation loop process.
skill-validator
by chaorenex1
Validates Claude skill files for correct structure, YAML frontmatter, Python imports, naming conventions, and compliance with official documentation
paddle-debug
by PFCCLab
专注于在 Paddle 代码库中定位问题并输出高质量调试报告的调试流程与技巧;代码修复是在结论充分后的后续步骤。遇到 Paddle 框架、算子、训练脚本或分布式训练相关问题时,优先使用本 skill 规划调试与报告输出。
react-code-reviewer
by masanao-ohba
Comprehensive code review guidelines for React 19 TypeScript projects
sentry-setup-tracing
by getsentry
Setup Sentry Tracing (Performance Monitoring) in any project. Use this when asked to add performance monitoring, enable tracing, track transactions/spans, or instrument application performance. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and Node.js.
review-skill
by costa-marcello
"Reviews and automatically fixes Claude Code skills against official Anthropic best practices. Use when checking skill quality, refactoring bloated skills, improving discoverability, or contributing to open-source skills. Supports review, auto-fix, external review, and PR modes."
nextjs-code-implementer
by masanao-ohba
Practical guidelines for implementing Next.js 15 applications with App Router
react-code-implementer
by masanao-ohba
Practical guidelines for implementing React 19 components with TypeScript
debugging-protocol
by jwilger
Systematic 4-phase debugging: understand the failure, form hypotheses, test one change at a time, fix with confidence. Activate when tests fail unexpectedly, errors occur, behavior is wrong, or something that worked before is now broken. Triggers on: "debug", "why is this failing", "test failure", "unexpected error", "bug", "broken".
sentry-code-review
by getsentry
Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.
wp-cli
by johnie
WordPress CLI operations for database management, plugins, themes, users, content, and site configuration. Use for migrations, bulk updates, user audits, content imports, or any wp-cli commands.
evaluation-criteria
by masanao-ohba
Defines evaluation criteria and scoring methodologies for deliverable assessment
firebase-authentication-patterns
by Agentient
Firebase Authentication implementation patterns including sign-in flows, OAuth, and session management. PROACTIVELY activate for: (1) implementing sign-in/sign-up flows, (2) setting up OAuth providers like Google, (3) creating protected routes with middleware. Triggers: "auth", "sign-in", "oauth"
test-implementer
by masanao-ohba
Test execution patterns, failure classification, and result analysis
react-architectural-patterns
by masanao-ohba
React 19 architectural patterns, component design, and best practices