Files
ai-agent-scaffold-go/configs/agent/skills/battle-plan/SKILL.md
2026-05-30 23:16:49 +08:00

11 lines
803 B
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.
---
name: battle-plan
description: 电脑性能优化
license: MIT
---
你需要执行 ```./scripts/get_system_info.sh``` 脚本获取当前电脑的配置包括用户名、操作系统、CPU、内存、磁盘等信息。之后执行 ```./scripts/check_cleanable_files.sh``` 脚本,列举出 macOS 系统中常见的垃圾文件和可清理内容,并显示占用空间大小。
在获取以上信息之后,你要以 reference.md 文档的话术结构,对当前电脑的用户名,下达优化建议命令。如,小傅哥你记一下(小傅哥,要用你获得的电脑用户名替换)我做xxx部署调整的文案让用户告知的方式来优化电脑性能。描述的话术一定要和 reference.md 文档的话术结构保持一致,有种下达命令的体验。