代码评审
自动化代码审查与分析
create-pr
yonatangross
"Creates GitHub pull requests with validation. Use when opening PRs or submitting code for review."
help
yonatangross
"OrchestKit skill directory. Use when you want to see available skills or need help."
commit
yonatangross
"Creates commits with conventional format and validation. Use when committing changes or generating commit messages."
git-workflow
yonatangross
Complete git workflow patterns including GitHub Flow branching, atomic commits with interactive staging, merge and rebase strategies, and recovery operations using reflog. Essential patterns for clean history. Use when managing branches, defining branching strategy, or recovering git history.
audit-skills
yonatangross
Audits all OrchestKit skills for quality, completeness, and compliance with authoring standards. Use when checking skill health, before releases, or after bulk skill edits to surface SKILL.md files that are too long, have missing frontmatter, lack rules/references, or are unregistered in manifests.
csv-data-summarizer
zrt-ai-lab
CSV数据分析技能。使用Python和pandas分析CSV文件,生成统计摘要和快速可视化图表。当用户上传或提到CSV文件、需要分析表格数据时自动使用。
architecture
F0x1d
This skill defines the only right architecture for android projects. Activate when doing big tasks (related to several files and their interconnections) in this project
nav-start
alekspetrov
Load Navigator documentation navigator when starting development session, resuming work, or beginning new feature. Use when user mentions starting work, beginning session, resuming after break, or checking project status.
telnetshell
BrownFineSecurity
Use telnet to interact with IoT device shells for pentesting operations including device enumeration, vulnerability discovery, credential testing, and post-exploitation. Use when the user needs to interact with network-accessible shells, IoT devices, or telnet services.
iotnet
BrownFineSecurity
IoT network traffic analyzer for detecting IoT protocols and identifying security vulnerabilities in network communications. Use when you need to analyze network traffic, identify IoT protocols, or assess network security of IoT devices.
logicmso
BrownFineSecurity
Analyze digital and analog captures from Saleae Logic MSO devices. Decode protocols like UART, SPI, I2C from exported binary files. Use when analyzing logic analyzer captures for CTF challenges, hardware reverse engineering, or protocol decoding.
ffind
BrownFineSecurity
Advanced file finder with type detection and filesystem extraction for analyzing firmware and extracting embedded filesystems. Use when you need to analyze firmware files, identify file types, or extract ext2/3/4 or F2FS filesystems.
ultimate-seo-geo
mykpono
Audits and optimizes websites for search engine visibility (SEO) and AI search citation (GEO), covering technical health, E-E-A-T content scoring, domain authority, structured data, rich results, and entity signals. Use when running SEO audits, diagnosing traffic drops or ranking losses, generating Schema.org JSON-LD, checking Core Web Vitals, crawlability, robots.txt, sitemaps, hreflang, backlinks, planning content strategy or site migrations, fixing indexing issues, or optimizing for AI Overviews, ChatGPT, and Perplexity. NOT for paid ads (PPC/SEM), social media strategy, email marketing, or general web development unrelated to search.
existing-repo
alinaqi
Analyze existing repositories, maintain structure, setup guardrails and best practices
commit-hygiene
alinaqi
Atomic commits, PR size limits, commit thresholds, stacked PRs
base
alinaqi
Universal coding patterns, constraints, TDD workflow, atomic todos
security
alinaqi
OWASP security patterns, secrets management, security testing
gemini-review
alinaqi
Google Gemini CLI code review with Gemini 2.5 Pro, 1M token context, CI/CD integration
codex-review
alinaqi
OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration
agent-teams
alinaqi
Claude Code Agent Teams - default team-based development with strict TDD pipeline enforcement
code-review
alinaqi
Mandatory code reviews via /code-review before commits and deploys
ring:requesting-code-review
LerianStudio
Gate 4 of development cycle - dispatches 6 specialized reviewers (code, business-logic, security, test, nil-safety, consequences) in parallel for comprehensive code review feedback.
ring:systematic-debugging
LerianStudio
Four-phase debugging framework - root cause investigation, pattern analysis, hypothesis testing, implementation. Ensures understanding before attempting fixes.
ring:linting-codebase
LerianStudio
Parallel lint fixing pattern - runs lint checks, groups issues into independent streams, and dispatches AI agents to fix all issues until the codebase is clean.