u9401066/copilot-capability-manager · Archived

code-reviewer

Automated code review for quality, security, and best practices. LOAD THIS SKILL WHEN: User asks to "review", "check", "audit" code | mentions "PR", "pull request" | discusses "code quality", "bugs", "security" | says "幫我看", "檢查", "審查" | before git commits.

First seen Feb 6, 2026

Installation

$ npx skills add u9401066/copilot-capability-manager --skill code-reviewer

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from u9401066/copilot-capability-manager · top by installs.

npx skills add u9401066/copilot-capability-manager

Browse all from u9401066/copilot-capability-manager

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,280 B
  • docs SUMMARY.md 411 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

程式碼審查技能

描述

對程式碼進行全面審查,檢查品質、安全性和最佳實踐。

觸發條件

  • 「review 這段程式碼」
  • 「檢查程式碼」
  • 「code review」

審查項目

1. 程式碼品質

  • 命名是否清晰
  • 函數長度是否合理(建議 < 50 行)
  • 是否遵循 DRY 原則
  • 複雜度是否過高

2. 安全性

  • SQL 注入風險
  • XSS 漏洞
  • 敏感資料暴露
  • 權限檢查

3. 效能

  • N+1 查詢問題
  • 不必要的迴圈
  • 記憶體洩漏風險

4. 可維護性

  • 註解是否充足
  • 錯誤處理是否完整
  • 測試覆蓋率

輸出格式

## 審查結果

### ✅ 優點
- ...

### ⚠️ 建議改進
- [嚴重程度] 問題描述
  - 位置:第 X 行
  - 建議:...

### 📊 評分
- 品質:X/10
- 安全:X/10
- 效能:X/10