catalog/repos/agmangas--agent-skills.md

28 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI编程助手技能集
`AI助手` `代码工具` `Git` `代码审查` `自动化`
# Agent Skills
面向 AI 编程助手的专业技能集合。
## 技能列表
**Git 风格感知提交** (`skills/git-style-commit/`)
- 分析提交历史,按照仓库既有风格生成提交信息
**NotebookLM 知识库整理器** (`skills/notebooklm-knowledge-base-organizer/`)
- 转换文件格式PPTX→PDF、XLSX→CSV并为 NotebookLM 整理文件
**代码质量优化** (`skills/desloppify/`)
- 通过审计可维护性问题并逐项处理 `desloppify` 发现的问题,提升代码质量
> [!IMPORTANT]
> 原始 *Codex Review* 技能的归属说明:
>
> https://gist.github.com/LuD1161/84102959a9375961ad9252e4d16ed592
**Codex 代码审查** (`skills/codex-review/`)
- 使用 OpenAI Codex 与 Claude 对实现方案或本地代码变更进行迭代审查——Claude 根据 Codex 的反馈修订方案或代码,最多进行 5 轮,确保在批准前达到正确性、最佳实践和风险可控的要求。
技能在您描述匹配的任务时会自动触发。