调试

定位并修复问题,分析错误

显示 1249-1272 / 共 5004 个技能
rileyhilliard

reading-logs

rileyhilliard

Analyzes logs efficiently through targeted search and iterative refinement. Use when investigating errors, debugging incidents, or analyzing patterns in application logs.

CLI 工具 128 8个月前
rileyhilliard

post-mortem

rileyhilliard

Review a completed session to extract actionable improvements. Identifies DX friction, documentation gaps, architectural confusion, anti-patterns, process failures, and skill/config improvements. Uses progressive disclosure for targeted investigation types.

认证鉴权 128 6个月前
rileyhilliard

refactoring-code

rileyhilliard

Improves code structure while preserving behavior through test verification. Use when cleaning up code, reducing duplication, simplifying complexity, or reorganizing modules.

调试 128 8个月前
rileyhilliard

systematic-debugging

rileyhilliard

Four-phase debugging framework that finds root causes before proposing fixes. Use when investigating bugs, errors, unexpected behavior, failed tests, or when previous fixes haven't worked.

代码生成 128 8个月前
rileyhilliard

preflight-checks

rileyhilliard

Detect and run project linters, formatters, and type checkers before committing or claiming completion. Auto-detects tools from project config files.

代码评审 128 6个月前
rileyhilliard

executing-plans

rileyhilliard

Executes implementation plans with smart task grouping. Groups related tasks to share context, parallelizes across independent subsystems.

认证鉴权 128 6个月前
rileyhilliard

fixing-flaky-tests

rileyhilliard

Diagnose and fix tests that pass in isolation but fail when run concurrently. Covers shared state isolation and resource conflicts. References condition-based-waiting for timing issues.

调试 128 7个月前
aAAaqwq

Support Agent - 客服专家

aAAaqwq

✅ 可以收集用户反馈

调试 89 6个月前
aAAaqwq

agent-patterns

aAAaqwq

Execute this skill should be used when the user asks about "SPAWN REQUEST format", "agent reports", "agent coordination", "parallel agents", "report format", "agent communication", or needs to understand how agents coordinate within the sprint system. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

智能体 89 6个月前
henkisdabro

devtools

henkisdabro

This skill helps launch and configure the Chrome DevTools MCP server, giving Claude visual access to a live browser for debugging and automation. Use when the user asks to set up browser debugging, launch Chrome with DevTools, configure chrome-devtools-mcp, see what my app looks like, take screenshots of my web application, check the browser console, debug console errors, inspect network requests, analyse API responses, measure Core Web Vitals or page performance, run a Lighthouse audit, test button clicks or form submissions, automate browser interactions, fill out forms programmatically, simulate user actions, emulate mobile devices or slow networks, capture DOM snapshots, execute JavaScript in the browser, or troubleshoot Chrome DevTools MCP connection issues. Supports Windows, Linux, and WSL2 environments.

CLI 工具 83 6个月前
henkisdabro

git-commit-helper

henkisdabro

Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.

认证鉴权 83 6个月前
aAAaqwq

chrome-automation

aAAaqwq

Chrome 浏览器自动化操作。当用户需要自动化浏览器操作、网页测试、数据抓取或 UI 自动化时使用此技能。

调试 89 6个月前
aAAaqwq

conventional-commits

aAAaqwq

Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.

调试 89 6个月前
fvadicamo

github-pr-review

fvadicamo

Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or triage PR comments. Fetches comments via GitHub CLI, classifies by severity, applies fixes with user confirmation, commits with proper format, replies to threads.

代码评审 71 6个月前
apollographql

apollo-client

apollographql

Guide for building React applications with Apollo Client 4.x. Use this skill when: (1) setting up Apollo Client in a React project, (2) writing GraphQL queries or mutations with hooks, (3) configuring caching or cache policies, (4) managing local state with reactive variables, (5) troubleshooting Apollo Client errors or performance issues.

数据处理 107 7个月前
simota

Mend

simota

既知障害パターンの自動修復エージェント。Triageの診断結果やBeaconのアラートを受け、安全ティア分類に基づくrunbook実行・段階的検証・ロールバックまで一貫して担当。インシデント自動修復が必要な時に使用。

数据处理 74 6个月前
zrt-ai-lab

log-analyzer

zrt-ai-lab

全维度日志分析技能。自动识别日志类型(Java应用/MySQL Binlog/Nginx/Trace/告警),提取关键实体(IP、thread_id、trace_id、用户、表名等),进行根因定位、告警分析、异常洞察。支持100M+大文件。触发词:分析日志、日志排查、根因定位、告警分析、异常分析。

数据库 274 7个月前
alirezarezvani

dependency-auditor

alirezarezvani

Check dependencies for known vulnerabilities using npm audit, pip-audit, etc. Use when package.json or requirements.txt changes, or before deployments. Alerts on vulnerable dependencies. Triggers on dependency file changes, deployment prep, security mentions.

代码评审 766 10个月前
alirezarezvani

git-commit-helper

alirezarezvani

Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.

认证鉴权 766 10个月前
vasilyu1983

git-commit-message

vasilyu1983

Auto-generates conventional commit messages from git diffs with tiered format enforcement. Analyzes staged changes to produce meaningful commit messages following Conventional Commits specification.

调试 81 6个月前
sanjay3290

mssql

sanjay3290

"Execute read-only SQL queries against multiple Microsoft SQL Server databases. Use when: (1) querying MSSQL/SQL Server databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety."

数据处理 404 6个月前
TerminalSkills

accessibility-auditor

TerminalSkills

Audit web pages and components for WCAG 2.2 accessibility compliance. Use when a user asks to check accessibility, find a11y issues, audit for WCAG compliance, fix screen reader problems, check color contrast, ensure keyboard navigation works, or prepare for accessibility regulations like the European Accessibility Act or ADA.

无障碍 140 6个月前
ThibautBaissac

rails-service-object

ThibautBaissac

Creates service objects following single-responsibility principle with comprehensive specs. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs.

代码生成 652 7个月前
romiluz13

code-generation

romiluz13

"Internal skill. Use cc10x-router for all development tasks."

调试 163 6个月前