review-docs
vmain
io.github.tldraw/tldraw/review-docs
Review and improve documentation with parallel evaluation and iterative improvement loop.
“filesystem github context7 playwright” 共 3,502 个结果
vmain
io.github.tldraw/tldraw/review-docs
Review and improve documentation with parallel evaluation and iterative improvement loop.
vmain
io.github.hyperledger-cacti/cacti/refactor-plan
Generate a structured refactoring plan for a Cacti package or module. Analyzes current code structure, identifies improvement opportunities, and produces a phased plan with risk assessment.
vmain
io.github.trycompai/comp/cursor-usage
How to write and manage Cursor rules - invoke with @cursor-usage
vedge
io.github.Opentrons/opentrons/opentrons-typescript
TypeScript conventions, React patterns, testing, styling, and import rules for the Opentrons monorepo JS/TS packages. Use when working with TypeScript or React files in app/, components/, shared-data/, step-generation/, protocol-designer/, protocol-visualization/, opentrons-ai-client/, or other JS/TS packages.
vmain
io.github.Devolutions/UniGetUI/translation-review
Reviews UniGetUI .json language files for localization quality, detects parity issues, English-equal entries, wrong-script content, and cross-language outliers, then generates a dataset for LLM-assisted linguistic review. Use when the user asks to review translations, audit localization, inspect i18n or l10n quality, or validate language files.
vmain
io.github.Samsung/TizenFX/refactor-execute
Automatically processes TizenFX ai-task issues (dispatching between refactoring/feature modes) and creates a PR.
vmain
io.github.Samsung/TizenFX/refactor-analysis
Automatically scans the TizenFX codebase on a rotating schedule to discover .NET 8 / C# 12+ refactoring targets and register them as GitHub Issues.
vmaster
io.github.bitsocialnet/seedit/refactor-pass
Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, dead-code removal, or says "refactor pass".
vmaster
io.github.HolmesGPT/holmesgpt/database-troubleshooting
Database Connection Troubleshooting
vmaster
io.github.HolmesGPT/holmesgpt/python-memory-troubleshooting
Python Application Memory Troubleshooting
vmain
io.github.unkeyed/unkey/refactor
Structural refactoring pass on changed code. Use after implementing a feature to improve code structure, reduce duplication, and clean up APIs without changing behavior.
vmain
io.github.foryourhealth111-pixel/Vibe-Skills/security-reviewer
Dedicated security-audit route for OWASP-style risks, secret leaks, auth flaws, injection, unsafe input handling, SSRF/XSS, and sensitive-data exposure. Use instead of code-reviewer when the prompt explicitly asks for security, vulnerability, threat, auth, or OWASP review.
vmain
io.github.massCodeIO/massCode/api-and-typing
Use when defining or reviewing massCode renderer types that come from generated API clients or DTOs, especially when deciding whether to reuse existing API shapes, derive narrower local types, or introduce a UI-only model.
vmain
io.github.higress-group/himarket/frontend-coding-standards
HiMarket 前端(React + TypeScript + Vite)代码规范:Prettier/ESLint、严格 TypeScript、注释与 Fast Refresh、Design Token、Tailwind、验证命令。
vmain
io.github.liuzhengdongfortest/CodeStable/cs-refactor-ff
refactor 流程的超轻量通道——直接识别 1-3 条低风险优化、一次确认、原地改、跑测试自证。触发:用户说"快速重构"、"小重构"、"简单优化下 XX 函数"、"别那么多步骤",且改动在单函数 / 单组件局部、有测试可自证。
vmain
io.github.mono/SkiaSharp/api-add-review
Add new C# APIs to SkiaSharp by wrapping Skia C++ functionality, or review existing API PRs for correctness and style. Two workflows: (1) Add: C++ analysis → C API → bindings → C# wrapper → tests → review (2) Review: check naming, Span overloads, properties, tests, interop safety. Triggers: - "add DrawFoo method", "expose SkSurface::draw", "wrap sk_foo_bar" - "add API", "expose function", "wrap method", "create binding for" - "review this API", "check the API surface", "review PR #NNN for API design" - Issue classified as "New API" (after fetching and classification)
vmaster
io.github.techouse/sqlite3-to-mysql/sqlite3-to-mysql
Use this skill whenever a user wants to transfer, migrate, convert, troubleshoot, or generate commands for moving SQLite 3 schema and data into MySQL or MariaDB using sqlite3mysql. This skill helps gather the required source and connection details, choose a local or Docker workflow, produce safe copy-pasteable commands, and explain sqlite3mysql caveats.
vmaster
io.github.javimosch/supercli/quickstart
Use this skill when the user wants to css generator for transforming user interfaces from design tokens.
vmain
io.github.JamieMason/syncpack/testing-gaps
Run coverage, inspect results, and identify missing test scenarios for a given source file. Use when analysing test coverage or finding untested branches.
vmain
io.github.gnurio/refactoring-ui-plugin/meta-refactor-ui
Analyze a design against all 10 Refactoring UI skills and generate a comprehensive assessment with specific fixes
vmain
io.github.gmh5225/awesome-game-security/mobile-security
Guide for Android and iOS game security, reversing, and anti-cheat-adjacent platform research. Use this skill when working with APK or IPA analysis, IL2CPP mobile titles, Frida, Zygisk or Magisk, jailbreak or root detection bypass, Android kernel modules, emulator detection, or mobile anti-cheat systems.
vmain
io.github.bighardperson/computer-science-skills-collection/automation-workflows
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
vmain
io.github.adobe/S3Mock/refactor
Improve code readability, enforce idiomatic Kotlin conventions, and enhance documentation quality in S3Mock without changing behavior. Use when asked to clean up code, improve naming, add KDoc, or align with Kotlin/project idioms. Also invoked by the implement and test skills before adding new code to messy areas.
vmain
io.github.shiwenwen/hope-agent/writing-plans
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.