Debugging

Find and fix bugs, error analysis

Showing 793-816 of 4719 skills
atlassian

triage-issue

by atlassian

"Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When Claude needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket with proper context, or (5) Add information to an existing ticket. Searches Jira for similar issues, identifies duplicates, checks fix history, and helps create well-structured bug reports."

Code Gen 760 5mo ago
rohitg00

k8s-multicluster

by rohitg00

Manage multiple Kubernetes clusters, switch contexts, and perform cross-cluster operations. Use when working with multiple clusters, comparing environments, or managing cluster lifecycle.

API Dev 906 4mo ago
fcakyon

setup

by fcakyon

This skill should be used when user encounters "Slack MCP error", "invalid_auth", "missing_scope", "Slack not working", "Slack token invalid", "channel_not_found", or needs help configuring Slack integration.

API Dev 716 5mo ago
BlitterStudio

amiberry-jit-fix

by BlitterStudio

ARM64 JIT compiler fixes for Amiberry (GitHub issue #1766). This skill captures the complete technical knowledge from 20+ debugging sessions that identified and fixed: (a) a page 0 DMA corruption crash during A1200 Kickstart boot, (b) visual corruption (black gadgets, garbled text) caused by incorrect inter-block flag optimization, (c) SIGSEGV crashes on unmapped natmem gaps (e.g., 0x00F10000) in complex configs with hardfiles/RTG, and (d) BSR.L/Bcc.L backward branch crashes from 32-bit displacement zero-extension on 64-bit platforms. Use this skill when working on: (1) the JIT_DEBUG_MEM_CORRUPTION code in compemu_support_arm.cpp or newcpu.cpp, (2) the page 0 DMA guard mechanism (mprotect/SIGSEGV/BRK single-step), (3) any ARM64 JIT register width bugs (64-bit vs 32-bit instruction selection), (4) any crash or exception cascade during A1200 boot with JIT enabled, (5) 68040 JIT mode issues on ARM64, (6) the inter-block flag optimization bug and its fix (dont_care_flags at block boundaries), (7) natmem gap crashes and the commit_natmem_gaps() fix in amiberry_mem.cpp. MANDATORY TRIGGERS: JIT crash, page 0, DMA guard, vec2, exception vector corruption, blitter DMA, mprotect, SIGSEGV handler, BRK single-step, ARM64 JIT, Kickstart boot, visual corruption, black gadgets, garbled ROM version, compemu_support_arm, JIT_DEBUG_MEM_CORRUPTION, inter-block flag, dont_care_flags, 68040 JIT, natmem gap, unmapped region, commit_natmem_gaps, 0x00F10000, canbang, PROT_NONE, BSR, Bcc, branch displacement, sign extension, comp_pc_p, comp_get_ilong, 64-bit pointer, zero-extend, backward branch, gencomp_arm.

Debugging 884 3mo ago
BlitterStudio

troubleshoot-amiberry

by BlitterStudio

Autonomous troubleshooting workflow for Amiberry bugs. Use this when investigating, reproducing, or fixing bugs in Amiberry. Provides a complete edit-build-run-test-fix cycle using the Amiberry MCP server tools for process management, IPC control, screenshot analysis, log monitoring, and crash detection.

Debugging 884 3mo ago
joelhooks

gh-issue-triage

by joelhooks

GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.

Debugging 690 5mo ago
ReinaMacCredy

ultraqa

by ReinaMacCredy

Iterative fix-and-verify loop for tests, build, lint, or typecheck. Diagnoses failures, applies fixes, re-verifies — up to 5 cycles.

CLI Tools 184 3mo ago
blader

claudeception

by blader

Claudeception is a continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or trial-and-error discovery. Creates new Claude Code skills when valuable, reusable knowledge is identified.

Code Gen 2.4K 4mo ago
proflead

error-message-explainer

by proflead

Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.

Comments 106 4mo ago
Finesssee

linear-list

by Finesssee

List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.

CLI Tools 99 4mo ago
Finesssee

linear-update

by Finesssee

Update Linear issues. Use when changing status, priority, assignee, or labels.

CLI Tools 99 4mo ago
Finesssee

linear-create

by Finesssee

Create Linear issues. Use when creating bugs, tasks, or feature requests.

CLI Tools 99 4mo ago
karmab

kcli-provider-development

by karmab

Guides implementation of new virtualization providers for kcli. Use when adding support for a new cloud platform, hypervisor, or infrastructure provider.

Code Gen 643 4mo ago
NeverSight

python-best-practices

by NeverSight

Provides Python patterns for type-first development with dataclasses, discriminated unions, NewType, and Protocol. Must use when reading or writing Python files.

Processing 157 4mo ago
NeverSight

typescript-best-practices

by NeverSight

Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.

Processing 157 4mo ago
NeverSight

yellow-best-practices

by NeverSight

Yellow Network and Nitrolite (ERC-7824) development best practices for building state channel applications. Use when building apps with Yellow SDK, implementing state channels, connecting to ClearNodes, managing off-chain transactions, or working with application sessions.

Auth 157 4mo ago
StacDev

stac-troubleshooter

by StacDev

Diagnose Stac build, deploy, rendering, caching, and navigation issues using repeatable checks. Use when users report stac build finding no screens, deploy mismatches, runtime unknown widget/action errors, cache staleness, or migration regressions.

Caching 853 3mo ago
dadbodgeoff

distributed-lock

by dadbodgeoff

Prevent race conditions across multiple instances. Only one instance can hold a lock at a time. Automatic expiration prevents deadlocks.

Code Gen 783 3mo ago
hashicorp

run-acceptance-tests

by hashicorp

Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix TestAcc.

Debugging 652 4mo ago
TencentBlueKing

vue-best-practices

by TencentBlueKing

Vue 3 TypeScript, vue-tsc, Volar, Vite, component props, testing, composition API.

Debugging 833 4mo ago
wei

upgrade-simple-icons

by wei

Upgrade simple-icons to the latest version and preserve any removed icons by sourcing them from the previous version into common/icons/customIcons.ts and updating icon mappings. Use whenever bumping or upgrading simple-icons in this repo.

Code Review 2.2K 5mo ago
llama-farm

go-skills

by llama-farm

Shared Go best practices for LlamaFarm CLI. Covers idiomatic patterns, error handling, and testing.

CLI Tools 829 4mo ago
llama-farm

cli-skills

by llama-farm

CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.

CLI Tools 829 4mo ago
llama-farm

fix-ci

by llama-farm

Fetch GitHub CI failure information, analyze root causes, reproduce locally, and propose a fix plan. Use /fix-ci for current branch or /fix-ci <run-id> for a specific run.

CI/CD 829 4mo ago