- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
testing-principles
by shinpr
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.
sonoscli
by openclaw
Control Sonos speakers (discover/status/play/volume/group).
git-workflow
by Galaxy-Dawn
This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration.
Observability Testing Patterns
by proffesor-for-testing
Agentic QE Fleet is an open-source AI-powered quality engineering platform designed for use with Claude Code, featuring specialized agents and skills to support testing activities for a product at any stage of the SDLC. Free to use, fork, build, and contribute. Based on the Agentic QE Framework created by Dragan Spiridonov.
chaos-engineering-resilience
by proffesor-for-testing
"Chaos engineering principles, controlled failure injection, resilience testing, and system recovery validation. Use when testing distributed systems, building confidence in fault tolerance, or validating disaster recovery."
QE Iterative Loop
by proffesor-for-testing
"Quality Engineering iteration loops for autonomous test improvement, coverage achievement, and quality gate compliance. Use when tests need to pass, coverage targets must be met, quality gates require compliance, or flaky tests need stabilization. Integrates with AQE v3 fleet agents for coordinated quality iteration."
coding-principles
by shinpr
Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.
gh-issues
by openclaw
"Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]"
godot-export-builds
by thedivergentai
"Expert patterns for multi-platform exports including export templates (Windows/Linux/macOS/Android/iOS/Web), command-line exports (headless mode), platform-specific settings (codesign, notarization, Android SDK), feature flags (OS.has_feature), CI/CD pipelines (GitHub Actions), and build optimization (size reduction, debug stripping). Use for release preparation or automated deployment. Trigger keywords: export_preset, export_template, headless_export, platform_specific, feature_flag, CI_CD, build_optimization, codesign, Android_SDK."
godot-genre-romance
by thedivergentai
"Expert blueprint for romance games and dating sims (Tokimeki Memorial, Monster Prom, Persona social links) focusing on affection systems, multi-stat relationships, dated events, and route branching. Use when building relationship-centric games, social simulations, or otome games. Keywords romance, dating sim, affection system, relationship stats, date events, character routes, love interest."
brutal-honesty-review
by proffesor-for-testing
"Unvarnished technical criticism combining Linus Torvalds' precision, Gordon Ramsay's standards, and James Bach's BS-detection. Use when code/tests need harsh reality checks, certification schemes smell fishy, or technical decisions lack rigor. No sugar-coating, just surgical truth about what's broken and why."
bug-reporting-excellence
by proffesor-for-testing
"Write high-quality bug reports that get fixed quickly. Use when reporting bugs, training teams on bug reporting, or establishing bug report standards."
consultancy-practices
by proffesor-for-testing
"Apply effective software quality consultancy practices. Use when consulting, advising clients, or establishing consultancy workflows."
dyad:pr-fix
by dyad-sh
Address all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.
functional
by citypaul
Functional programming patterns with immutable data. Use when writing logic or data transformations.
debug-helper
by JackyST0
Help debug code by analyzing error messages, identifying root causes, and providing fix suggestions.
axiom-background-processing-diag
by CharlesWiltgen
Symptom-based background task troubleshooting - decision trees for 'task never runs', 'task terminates early', 'works in dev not prod', 'handler not called', with time-cost analysis for each diagnosis path
axiom-app-composition
by CharlesWiltgen
Use when structuring app entry points, managing authentication flows, switching root views, handling scene lifecycle, or asking 'how do I structure my @main', 'where does auth state live', 'how do I prevent screen flicker on launch', 'when should I modularize' - app-level composition patterns for iOS 26+
update-changelog
by mitsuhiko
"Read this skill before updating changelogs"
build
by ClickHouse
Build ClickHouse with various configurations (Release, Debug, ASAN, TSAN, etc.). Use when the user wants to compile ClickHouse.
ai-slop-cleaner
by Yeachan-Heo
Run an anti-slop cleanup/refactor/deslop workflow
trace
by Yeachan-Heo
Show agent flow trace timeline and summary
typescript
by lobehub
TypeScript code style and optimization guidelines. Use when writing TypeScript code (.ts, .tsx, .mts files), reviewing code quality, or implementing type-safe patterns. Triggers on TypeScript development, type safety questions, or code style discussions.
dyad:lint
by dyad-sh
Run pre-commit checks including formatting, linting, and type-checking, and fix any errors.