- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
TDD Workflow
by ShunsukeHayashi
Test-Driven Development workflow for Miyabi. Red-Green-Refactor cycle with Rust-specific patterns. Use when implementing new features, fixing bugs, or writing tests.
tmux × iTerm2 Integration
by ShunsukeHayashi
Miyabi tmux マルチエージェント・オーケストレーションとiTerm2プロファイル統合。Agent別カラーテーマ、状態監視、自動プロファイル切り替えを提供。
Debugging and Troubleshooting
by ShunsukeHayashi
Systematic error diagnosis and debugging workflow for Rust code. Use when code isn't working, tests fail, or runtime errors occur.
TDD Workflow
by ShunsukeHayashi
Test-Driven Development workflow for Miyabi. Red-Green-Refactor cycle with Rust-specific patterns. Use when implementing new features, fixing bugs, or writing tests.
moonshine-palettes
by moonshine-software
Create and customize MoonShine color palettes using OKLCH color space for light and dark themes. Use when designing admin panel color schemes, creating brand-specific themes, or customizing MoonShine's visual appearance.
codex-assistant
by joeseesun
通过自然语言调用 OpenAI Codex CLI 执行代码任务:重构、Bug 修复、测试生成、代码解释、迁移、审查、文档生成
AI Interaction Mode
by KhaiHuynhVN
Web Browsing Skill
by KhaiHuynhVN
search_experience
by valkryhx
"检索本地经验库,获取历史 Agent 解决过的报错方案和配置经验。"
swift_combine
by SwiftZilla
Swift Combine framework for reactive programming, handling asynchronous events with publishers, subscribers, and operators.
agent_team
by valkryhx
Enables the agent to act as a Swarm Leader, dispatching tasks to remote workers, managing sessions, and handling concurrency.
remote_worker_connector
by valkryhx
Enables the agent to act as a Swarm Leader, dispatching tasks to remote workers, managing sessions, and handling concurrency.
development-standards
by CsHeng
Development standards and best practices. Use when development standards guidance is required.
address-review
by phrazzld
Systematically address code review findings using TDD. Fixes in-scope issues, creates GitHub issues for out-of-scope items. Keywords: address review, fix review, review findings, TDD fix, code review response.
workflow-discipline
by CsHeng
Maintain incremental delivery, fail-fast behavior, and structured communication. Use when workflow discipline guidance is required.
error-patterns
by CsHeng
Error handling patterns and logging standards. Use when error patterns guidance is required.
prd-maintenance
by z-soulx
PRD 渐进式维护协议。多供应商并行开发 + 敏捷迭代场景下维护 PRD 文档。当用户说"prd: path"、"维护 PRD"、"更新需求文档"时使用。依赖 docs-writing-protocol 的去躁点判定。
eslint
by el-feo
Comprehensive ESLint agent for JavaScript/TypeScript code quality. Use when setting up ESLint, configuring linting rules, analyzing code for issues, fixing violations, or integrating ESLint into development workflows. Triggers on requests involving code quality, linting, static analysis, or ESLint configuration for JavaScript, TypeScript, React, or Node.js projects.
rubycritic
by el-feo
Integrate RubyCritic to analyze Ruby code quality and maintain high standards throughout development. Use when working on Ruby projects to check code smells, complexity, and duplication. Triggers include creating/editing Ruby files, refactoring code, reviewing code quality, or when user requests code analysis or quality checks.
trace-audit
by joyco-studio
Analyze a Chrome DevTools Performance trace JSON file for performance anomalies, producing a structured audit report with critical issues, warnings, metrics, timeline hotspots, and actionable recommendations.
bitcoin
by phrazzld
Complete Bitcoin payment lifecycle. Audits current state, fixes all issues, and verifies payment flows work end-to-end. Every run does all of this. Auto-invoke when: files contain bitcoin/btc/utxo/satoshi, imports bitcoin packages, references BITCOIN_* or BTC_* env vars, wallet handlers modified.
check-posthog
by phrazzld
Audit PostHog integration: SDK setup, event tracking, privacy settings, feature flags, and data quality. Outputs structured findings. Use log-posthog-issues to create issues. Use fix-posthog to fix. Invoke for: analytics audit, event tracking review, PostHog health check.
etl-designer
by armanzeroeight
Design ETL/ELT pipelines with proper orchestration, error handling, and monitoring. Use when building data pipelines, designing data workflows, or implementing data transformations.
error-handling
by armanzeroeight
Implement Go error handling patterns including error wrapping, sentinel errors, custom error types, and error handling conventions. Use when handling errors, creating error types, or implementing error propagation. Trigger words include "error", "panic", "recover", "error handling", "error wrapping".