- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
wfc-gh-debug
by sam-fakhreddine
Diagnoses failing GitHub-native Actions workflow runs by analyzing logs via the gh CLI. Classifies root causes (lint, format, test, type, import, permission, secret, infra/runner) and proposes fixes. Applies fixes only after explicit user approval. Capabilities: fetches and analyzes logs from GitHub-hosted Actions runners; classifies failures into actionable categories; auto-generates fix commands for uv-managed Python and npm/TS projects; verifies fixes locally before pushing. Limitations: requires uv for Python verification (no pip/poetry fallback); cannot access third-party check logs (Vercel, Codecov) or external CI; cannot fix infrastructure failures; requires gh CLI authentication. Triggers: "GitHub Actions failed", "workflow run failed", "debug GitHub Actions logs", "why did my Actions run fail", /wfc-gh-debug. Not for: third-party status checks; external CI (Jenkins, GitLab, CircleCI); fork PRs with missing secrets; PR policy gates; flaky tests; green runs.
blocklet-converter
by ArcBlock
Converts static web or Next.js projects into ArcBlock blocklets using provided DID. Analyzes project structure, generates configuration files, and validates setup. Requires blocklet DID as parameter.
codex
by eyadsibai
Use when "codex", "use gpt", "gpt-5", "openai codex", "let openai", "full-auto", "autonomous code generation"
obra-systematic-debugging
by faulkdev
Use when errors are unclear, flaky, or regressions occur; apply a disciplined debugging loop in VS Code Copilot Agent mode.
release-notes
by LKB-99
"Create professional release notes for software products. Use this skill when users want to generate, write, or format release notes, changelogs, or update announcements. Triggers: release notes, changelog, what's new, software update, version update, notas de versão, changelog, nova versão."
rxjs-patterns
by spjoshis
Master RxJS in Angular with observables, operators, subjects, error handling, and reactive patterns for building responsive applications.
mcp-development
by eyadsibai
Use when building "MCP server", "Model Context Protocol", creating "Claude tools", "MCP tools", or asking about "FastMCP", "MCP SDK", "tool development for LLMs", "external API integration for Claude"
a-philosophy-of-software-design-skills
by markduan
Comprehensive guide to software design based on "A Philosophy of Software Design" by John Ousterhout. Covers complexity management, deep modules, error handling, naming, documentation, general-purpose design, design process, and consistency conventions.
wfc-pr-comments
by sam-fakhreddine
Resolves existing, unresolved inline PR review comments (threads attached to specific file lines). Fetches comments via gh CLI, triages each against project conventions and scope, presents triage table for user approval, then applies fixes via parallel subagents and resolves threads on GitHub. REQUIREMENTS: gh auth configured, uv installed, wfc/scripts/github/pr_threads.py present in repo root. ONLY processes inline thread comments where isResolved=false and isOutdated=false. Does NOT process: general PR body comments, resolved threads, or comments on deleted files. TRIGGER: "address inline PR comments", "fix code review feedback", "resolve open review threads", "respond to line comments on my PR", /wfc-pr-comments.
express-api-development
by spjoshis
Master Express.js API development with middleware, routing, validation, authentication, and production best practices. Build scalable RESTful APIs with Express.
http-client
by pluginagentmarketplace
Angular HttpClient for API communication, interceptors, and error handling
typescript-implementation
by pluginagentmarketplace
Implement TypeScript patterns, convert JavaScript to TypeScript, add type annotations, create generics, implement decorators, and enforce strict type safety in Angular projects.
opentelemetry
by ashchupliak
OpenTelemetry observability - use for distributed tracing, metrics, instrumentation, Sentry integration, and monitoring
tanstack-query
by ashchupliak
TanStack React Query patterns - use for data fetching, caching, mutations, optimistic updates, and server state management
code-reviewer
by WomenDefiningAI
Research-backed code review skill with OWASP Top 10 security checks, SAST tool integration (SonarQube, CodeQL, Snyk), performance pattern detection, and automated quality standards enforcement. Auto-invoked for code review, security audit, PR analysis, and bug checking. Implements 2025 best practices with 92% faster vulnerability remediation.
logfire
by jiatastic
Structured observability with Pydantic Logfire and OpenTelemetry. Use when: (1) Adding traces/logs to Python APIs, (2) Instrumenting FastAPI, HTTPX, SQLAlchemy, or LLMs, (3) Setting up service metadata, (4) Configuring sampling or scrubbing sensitive data, (5) Testing observability code.
gnc-assessment
by LunCoSim
Perform Guidance, Navigation, and Control (GNC) and ADCS assessments. Use this skill to calculate pointing budgets, size actuators (reaction wheels, torque rods, thrusters), define sensor suites, and specify attitude modes. Trigger this for "pointing budget," "ADCS sizing," "stabilization analysis," "attitude control," or "reaction wheel sizing."
debugging-strategies
by EngineerWithAI
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
gh-issue-triage
by poindexter12
Label taxonomy and triage workflow for GitHub issues. Defines type labels (bug/feature/enhancement/docs/chore), priority levels (critical/high/medium/low), status labels, and triage decision workflow. Use when categorizing and prioritizing issues.
eclss-assessment
by LunCoSim
Perform Environmental Control and Life Support System (ECLSS) sizing and analysis for crewed spacecraft, stations, and habitats. Use this skill to size O₂ generation, CO₂ removal, water recovery, thermal/humidity control, and habitable volume. Trigger for "life support," "ECLSS," "crew systems," "O2 generation," "CO2 scrubbing," "water recycling," "habitable volume," "cabin pressure," or "crew consumables."
ue5-editor-control
by 1103837067
Control Unreal Engine 5 editor via HTTP commands. Spawn/delete/transform actors, manage blueprints, materials, animation blueprints, and any UObject property via reflection. Use when the user asks to create, modify, or query anything in UE5 editor, or mentions UE5, Unreal, actors, blueprints, levels, materials, animation, input, or characters.
go-kubernetes
by pluginagentmarketplace
Kubernetes operators and client-go development
error-handling-skills
by kimasplund
Universal error handling, exception management, and logging best practices for all development agents across JavaScript/TypeScript, Python, Rust, Go, and Java. Use when implementing error handling, exception management, logging, error recovery, or debugging production issues.
qml-build-deploy
by DS-codi
Use this skill when creating build scripts for applications that use QML files and require Qt DLL deployment. Covers windeployqt usage, comprehensive DLL verification, fallback copy strategies, QML module directory checks, platform plugin deployment, QRC resource path conventions, and PowerShell build script patterns for Rust+CxxQt and PySide6+QML projects on Windows.