用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/luokai0/ai-agent-skills-by-luo-kai --skill core-code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Writers Room Story Engine mega-skill. Creates, structures, drafts, and revises compelling standalone stories from zero using premise generation, audience engagement, thematic design, character arcs, Story Spine structure, causal beats, worldbuilding in service of story, scene construction, and revision diagnostics. Use when developing short stories, standalone fiction, scripts, or narrative concepts from scratch or when improving weak drafts.
Browse Airtable bases and tables, inspect records, create records, and manage fields, comments, and table actions — powered by ClawLink.
Alibaba Cloud DNS (Alidns) CLI skill. Use to query, add, and update DNS records via aliyun-cli, including CNAME setup for Function Compute custom domains.
正在显示 SKILL.md
基于 SOC 职业分类
| name | core-code-review |
| description | 在代码提交前或任务完成后使用,进行代码审查 |
系统性地审查代码变更,确保质量、可维护性和正确性。
| 级别 | 含义 | 处理 |
|---|---|---|
| Critical | 必须修复才能合并 | 阻塞 |
| Important | 应该修复 | 建议修复 |
| Minor | 可以改进 | 可选 |
| Nitpick | 个人偏好 | 仅供参考 |
## 代码审查报告
### 概览
- 变更: [简述变更内容]
- 审查者: AI
- 日期: YYYY-MM-DD
### 问题
#### Critical
- [ ] **文件:行号** - 问题描述
#### Important
- [ ] **文件:行号** - 问题描述
#### Minor
- [ ] **文件:行号** - 问题描述
### 优点
- [列出代码的优点]
### 结论
[通过/需要修改后通过/不通过]
额外检查项: