Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
ZH
在 Manus 中运行任何 Skill
一键导入
一键在 Manus 中运行任何 Skill
开始使用
$
cd
top
一键运行任何 Skill
$
pwd:
~
/
categories
/
debugging
调试工具
浏览调试、性能分析和故障排除的 agent skills。高效查找和修复错误。
最多星标
最近更新
openclaw-qa-testing.md
361.8k
from
"openclaw/openclaw"
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
2026-04-14
openclaw-secret-scanning-maintainer.md
361.8k
from
"openclaw/openclaw"
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
2026-04-18
openclaw-test-heap-leaks.md
361.8k
from
"openclaw/openclaw"
Investigate `pnpm test` memory growth, Vitest worker OOMs, and suspicious RSS increases in OpenClaw using the `scripts/test-parallel.mjs` heap snapshot tooling. Use when Codex needs to reproduce test-lane memory growth, collect repeated `.heapsnapshot` files, compare snapshots from the same worker PID, triage likely transformed-module retention versus likely runtime leaks, and fix or reduce the impact by patching cleanup logic or isolating hotspot tests.
2026-03-30
openclaw-test-performance.md
361.8k
from
"openclaw/openclaw"
Benchmark, diagnose, and optimize OpenClaw test performance without losing coverage. Use when Codex needs to reassess `pnpm test`, compare grouped Vitest reports, identify CPU/memory/import hotspots, fix slow tests or cold runtime paths, preserve behavior proofs, update the performance report, add AGENTS guardrails, and make scoped commits/pushes for OpenClaw test-speed work.
2026-04-19
node-connect.md
361.8k
from
"openclaw/openclaw"
Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale, or plugins.entries.device-pair.config.publicUrl.
2026-03-14
session-logs.md
361.8k
from
"openclaw/openclaw"
Search and analyze your own session logs (older/parent conversations) using jq.
2026-03-30
flags.md
244.6k
from
"facebook/react"
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
2026-01-24
get-search-view-results.md
184.1k
from
"microsoft/vscode"
Get the current search results from the Search view in VS Code
2026-02-23
troubleshoot.md
184.1k
from
"microsoft/vscode"
Investigate unexpected chat agent behavior by analyzing direct debug logs in JSONL files. Use when users ask why something happened, why a request was slow, why tools or subagents were used or skipped, or why instructions/skills/agents did not load.
2026-04-02
auto-perf-optimize.md
184.1k
from
"microsoft/vscode"
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
2026-04-09
chat-perf.md
184.1k
from
"microsoft/vscode"
Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.
2026-04-17
component-fixtures.md
184.1k
from
"microsoft/vscode"
Use when creating or updating component fixtures for screenshot testing, or when designing UI components to be fixture-friendly. Covers fixture file structure, theming, service setup, CSS scoping, async rendering, and common pitfalls.
2026-04-01
cpu-profile-analysis.md
184.1k
from
"microsoft/vscode"
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-*.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating user timing marks.
2026-04-10
fix-ci-failures.md
184.1k
from
"microsoft/vscode"
Investigate and fix CI failures on a pull request. Use when CI checks fail on a PR branch — covers finding the PR, identifying failed checks, downloading logs and artifacts, extracting the failure cause, and iterating on a fix. Requires the `gh` CLI.
2026-03-22
fix-errors.md
184.1k
from
"microsoft/vscode"
Guidelines for fixing unhandled errors from the VS Code error telemetry dashboard. Use when investigating error-telemetry issues with stack traces, error messages, and hit/user counts. Covers tracing data flow through call stacks, identifying producers of invalid data vs. consumers that crash, enriching error messages for telemetry diagnosis, and avoiding common anti-patterns like silently swallowing errors.
2026-03-26
heap-snapshot-analysis.md
184.1k
from
"microsoft/vscode"
Analyze V8 heap snapshots to investigate memory leaks and retention issues. Use when given .heapsnapshot files, asked to compare before/after snapshots, asked to find what retains objects, or investigating why objects survive GC. Provides snapshot parsing, comparison, retainer-path helpers, and scratchpad scripts.
2026-04-20
memory-leak-audit.md
184.1k
from
"microsoft/vscode"
Audit code for memory leaks and disposable issues. Use when reviewing event listeners, DOM handlers, lifecycle callbacks, or fixing leak reports. Covers addDisposableListener, Event.once, MutableDisposable, DisposableStore, and onWillDispose patterns.
2026-02-24
pr-address.md
183.6k
from
"Significant-Gravitas/AutoGPT"
Address PR review comments and loop until CI green and all comments resolved. TRIGGER when user asks to address comments, fix PR feedback, respond to reviewers, or babysit/monitor a PR.
2026-04-09
pr-review.md
183.6k
from
"Significant-Gravitas/AutoGPT"
Review a PR for correctness, security, code quality, and testing issues. TRIGGER when user asks to review a PR, check PR quality, or give feedback on a PR.
2026-03-24
pr-test.md
183.6k
from
"Significant-Gravitas/AutoGPT"
E2E manual testing of PRs/branches using docker compose, agent-browser, and API calls. TRIGGER when user asks to manually test a PR, test a feature end-to-end, or run integration tests against a running system.
2026-04-08
find-release.md
176.1k
from
"flutter/flutter"
A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for specific SHAs, or want to know if a commit is included in stable, beta, or dev channels for Flutter/Dart projects.
2026-04-06
upgrade-browser.md
176.1k
from
"flutter/flutter"
Upgrade browser versions (Chrome or Firefox) in the Flutter Web Engine and/or Framework tests. Use when asked to roll or upgrade Chrome or Firefox to a newer version.
2026-04-14
deep-research.md
162.9k
from
"affaan-m/everything-claude-code"
Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.
2026-03-12
exa-search.md
162.9k
from
"affaan-m/everything-claude-code"
Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
2026-03-12
frontend-patterns.md
162.9k
from
"affaan-m/everything-claude-code"
React, Next.js, 상태 관리, 성능 최적화 및 UI 모범 사례를 위한 프론트엔드 개발 패턴.
2026-03-30
context-budget.md
162.9k
from
"affaan-m/everything-claude-code"
审核Claude Code上下文窗口在代理、技能、MCP服务器和规则中的消耗情况。识别膨胀、冗余组件,并提供优先的令牌节省建议。
2026-03-30
deep-research.md
162.9k
from
"affaan-m/everything-claude-code"
使用firecrawl和exa MCPs进行多源深度研究。搜索网络、综合发现并交付带有来源引用的报告。适用于用户希望对任何主题进行有证据和引用的彻底研究时。
2026-03-22
exa-search.md
162.9k
from
"affaan-m/everything-claude-code"
通过Exa MCP进行神经搜索,适用于网络、代码和公司研究。当用户需要网络搜索、代码示例、公司情报、人员查找,或使用Exa神经搜索引擎进行AI驱动的深度研究时使用。
2026-03-22
flutter-dart-code-review.md
162.9k
from
"affaan-m/everything-claude-code"
库无关的Flutter/Dart代码审查清单,涵盖Widget最佳实践、状态管理模式(BLoC、Riverpod、Provider、GetX、MobX、Signals)、Dart惯用法、性能、可访问性、安全性和整洁架构。
2026-03-21
perl-security.md
162.9k
from
"affaan-m/everything-claude-code"
全面的Perl安全指南,涵盖污染模式、输入验证、安全进程执行、DBI参数化查询、Web安全(XSS/SQLi/CSRF)以及perlcritic安全策略。
2026-03-13
prompt-optimizer.md
162.9k
from
"affaan-m/everything-claude-code"
分析原始提示,识别意图和差距,匹配ECC组件(技能/命令/代理/钩子),并输出一个可直接粘贴的优化提示。仅提供咨询角色——绝不自行执行任务。触发时机:当用户说“优化提示”、“改进我的提示”、“如何编写提示”、“帮我优化这个指令”或明确要求提高提示质量时。中文等效表达同样触发:“优化prompt”、“改进prompt”、“怎么写prompt”、“帮我优化这个指令”。不触发时机:当用户希望直接执行任务,或说“直接做”时。不触发时机:当用户说“优化代码”、“优化性能”、“optimize performance”、“optimize this code”时——这些是重构/性能优化任务,而非提示优化。
2026-03-24
continuous-learning.md
162.9k
from
"affaan-m/everything-claude-code"
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
2026-03-04
agent-eval.md
162.9k
from
"affaan-m/everything-claude-code"
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
2026-03-22
benchmark.md
162.9k
from
"affaan-m/everything-claude-code"
Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.
2026-03-30
browser-qa.md
162.9k
from
"affaan-m/everything-claude-code"
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
2026-03-29
canary-watch.md
162.9k
from
"affaan-m/everything-claude-code"
Use this skill to monitor a deployed URL for regressions after deploys, merges, or dependency upgrades.
2026-03-29
click-path-audit.md
162.9k
from
"affaan-m/everything-claude-code"
Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.
2026-03-22
context-budget.md
162.9k
from
"affaan-m/everything-claude-code"
Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.
2026-03-30
deep-research.md
162.9k
from
"affaan-m/everything-claude-code"
Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.
2026-03-12
exa-search.md
162.9k
from
"affaan-m/everything-claude-code"
Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
2026-03-14
flutter-dart-code-review.md
162.9k
from
"affaan-m/everything-claude-code"
Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.
2026-03-20
kotlin-coroutines-flows.md
162.9k
from
"affaan-m/everything-claude-code"
Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.
2026-03-11
kotlin-ktor-patterns.md
162.9k
from
"affaan-m/everything-claude-code"
Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.
2026-03-11
laravel-plugin-discovery.md
162.9k
from
"affaan-m/everything-claude-code"
Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.
2026-03-29
messages-ops.md
162.9k
from
"affaan-m/everything-claude-code"
Evidence-first live messaging workflow for ECC. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying, or prove which message source was actually checked.
2026-04-05
prompt-optimizer.md
162.9k
from
"affaan-m/everything-claude-code"
Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. Also triggers on Chinese equivalents: "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令". DO NOT TRIGGER when: user wants the task executed directly, or says "just do it" / "直接做". DO NOT TRIGGER when user says "优化代码", "优化性能", "optimize performance", "optimize this code" — those are refactoring/performance tasks, not prompt optimization.
2026-03-13
repo-scan.md
162.9k
from
"affaan-m/everything-claude-code"
Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module with interactive HTML reports.
2026-03-29
security-bounty-hunter.md
162.9k
from
"affaan-m/everything-claude-code"
Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of noisy local-only findings.
2026-04-05