Files
sap-cli-skill/README.md
T
wurangyu c06c94f0e5 docs: 优化README文档,新增详细安装指南
- README: 重写为简洁风格,聚焦项目价值、快速启动、未来发展
- INSTALL.md: 新增完整安装指南,包含多种安装方式、配置说明、故障排除
- 改进AI友好度,提供一键安装/升级指令
- 符合用户使用习惯,提升文档可读性
2026-07-17 21:57:54 +08:00

62 lines
1.4 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.
# SAP-CLI-SKILL
## 🎯 项目价值
SAP-CLI-SKILL 是一个让 AI 助手直接操作 SAP ABAP 系统的工具包。
**核心价值**
- **AI 驱动的 SAP 开发**:AI 助手可以读取、分析、修改 ABAP 代码
- **代码质量自动化**:自动化审计 ABAP 代码,发现潜在问题
- **开发效率提升**:AI 帮助完成重复性开发任务
- **持续集成支持**:集成到 CI/CD 流程,实现代码质量门禁
**适用场景**
- SAP ABAP 代码审计和质量检查
- 批量对象处理和转换
- AI 辅助开发和重构
- 自动化测试和代码审查
---
## 🚀 快速启动
### 一键安装
```bash
请帮我安装 sap-cli-skill: https://gitee.com/markwury168/sap-cli-skill/blob/master/INSTALL.md
```
复制给你的 Agent,几分钟后它就安装好了。
### 验证安装
```bash
cd ~/AppData/Local/hermes/skills/productivity/sap-cli/assets
python main.py --help
python main.py config show
```
### 快速使用
```bash
# 获取对象信息
python main.py info --name ZMY_CLASS --type class
# 下载源码
python main.py download --name ZMY_PROGRAM --type prog --output /tmp/
# 列出对象
python main.py list --prefix Z --type prog
```
---
## 📚 详细文档
- **[INSTALL.md](INSTALL.md)** - 完整安装指南
- **[SKILL.md](SKILL.md)** - AI Agent 使用指南
- **[references/](references/)** - 技术文档
---
**当前版本**: 2.2.1
**维护者**: SwiftCode Creative Technology