ソース情報
- リポジトリ
- redhat-et/docsclaw
- ソースの最終更新活動
- 2026年8月23日 00:51
- 検出された SKILL.md の言語
- 英語
- スター
- 2
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- code-review
- description
- Review code files for bugs, style, and security issues
# Code review skill
When asked to review code:
1. Use `read_file` to read the file(s) to review
2. Analyze for:
- **Bugs**: logic errors, off-by-one, nil derefs
- **Security**: injection, hardcoded secrets, unsafe input handling
- **Style**: naming, formatting, idiomatic patterns
3. Report findings with severity (Critical / Important / Minor)
4. Include file path and line references
5. Suggest fixes for Critical and Important issues
GitHubで見る