- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
install-app
by ingpdw
연결된 Android 디바이스 또는 에뮬레이터에 앱을 빌드하고 설치합니다. 앱 설치, 디바이스 설치, APK 설치 요청 시 사용됩니다.
git-commit
by lightsound
"Analyze diffs, split into logical commits, and create Conventional Commit messages. Use when the user asks to commit, stage changes, or split work into multiple commits."
core-fix-skill-docs
by lywa1998
Claude Code Setting
commiter
by Baxahaun
"Guía para generar mensajes de commit en español siguiendo Conventional Commits estrictos con Emojis. Usa esta skill siempre que el usuario pida hacer un commit, generar un mensaje de commit, commitear cambios, o cuando se complete un cambio de código y sea momento de registrarlo en git. También se activa con 'commit', 'commitear', 'guardar cambios', 'registrar cambios' o cualquier intención de crear un punto en el historial de git."
write-pytest
by TyTodd
Write tests for x, Make a test suite, test it out. Use this skill when the user asks to write tests, create a test suite, or test existing code.
testing-patterns
by karchtho
Express testing patterns including unit tests, integration tests, API endpoint testing, mocking databases, testing middleware, testing authentication. Use when writing tests for Express APIs, testing controllers and services, mocking dependencies, or testing middleware.
_workflow-security-audit
by TriNgo0108
Process for conducting system security reviews and remediating vulnerabilities. Follow the phases sequentially.
code-review-claude
by tomwangowa
Perform native code review (< 30 seconds) using Claude Code's built-in capabilities without external dependencies. Use for rapid validation checks during development. Triggered by 'quick review', 'native review', or 'fast code check'.
open-source-contribution
by ronantakizawa
Guides developers through open source contributions including finding projects, writing PRs, conventional commits, and communicating with maintainers. Covers enterprise standards (Linux Kernel, Apache) and security disclosure. Use when contributing to GitHub/GitLab projects, writing commit messages, responding to code review, or reporting vulnerabilities.
design
by Alicoder001
UI design guidelines for web apps covering layout, typography, color, spacing, and component consistency. Use when defining or reviewing UI/UX design systems, page layouts, or visual hierarchy.
WELL Governance Ops Skill
by ariffazil
888 HOLD triggers: irreversible edits, deletions, auth changes, schema migrations, production-impacting changes
golang-conventions
by rory-data
Go coding standards for Go 1.21+, including idioms, error handling, testing patterns, concurrency, and golangci-lint configuration. Use when writing, reviewing, or refactoring Go code, working with goroutines, or setting up Go projects.
self-improvement
by cgk-platform
"Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks."
nestjs-best-practices
by nutnut123qq
NestJS conventions for dynamic modules, custom exceptions, Mongoose data access, and feature-module structure. Use when writing or refactoring NestJS code to match this style.
docker-setup-fixer
by muench-dev
The linter checks the docker setup and lints all files
conventional-commit
by jkappers
Conventional Commits v1.0.0 standards for git messages. Use when (1) creating git commits, (2) writing or drafting commit messages, (3) reviewing commit message format, (4) explaining commit conventions, or (5) validating commit message compliance.
report-bug-issue
by VitaDynamics
Report a bug or request a feature in the Vengineer plugin
fix-issue
by simplerick0
Fix a GitHub issue by analyzing, implementing, and creating a PR. Use when the user provides an issue number or asks to fix/resolve/address a GitHub issue.
langfuse-trace-list
by neuradex
List Langfuse traces with filtering options. Use when checking recent LLM calls, debugging issues, or monitoring costs.
sprint-summary
by IHKREDDY
Generate sprint review summary from completed Jira tickets
conventional-commits
by mrgrauel
Draft and validate Git commit messages that follow Conventional Commits v1.0.0. Use when creating, rewriting, or reviewing commit messages for git commit, git commit --amend, PR cleanup, or release/changelog automation that depends on conventional commit types.
nexus-elements-common
by availproject
Use shared Nexus Elements hooks, transaction-step helpers, and constants to build custom Nexus UX. Use when extending widgets or implementing custom bridge/transfer/swap/deposit flows that need debouncing, polling, step orchestration, or Nexus error normalization.
release-notes
by IHKREDDY
Generates release notes and changelogs from merged PRs and commits between versions. Use when preparing releases, creating changelogs, or users mention "release notes", "changelog", "what's new", or version tags.
cloudkit
by subsc-taha
Apple CloudKit framework for iOS/macOS/watchOS/tvOS development. Use for iCloud data persistence, multi-device sync, CKSyncEngine implementation, CKContainer/CKDatabase/CKRecord operations, conflict resolution, error handling, subscriptions, and CloudKit best practices. Triggers on CloudKit questions, iCloud sync implementation, CKRecord CRUD, zone management, or cross-device data synchronization in Swift/SwiftUI apps.