用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xiarongwen/aegis-os --skill deploy-sre命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Host-native AEGIS entry skill. Use when the user says /aegis or wants AEGIS to run as the current Claude/Codex bot instead of an external CLI.
Backend Development Squad for AEGIS. Use when implementing server-side code, APIs, databases, and business logic within the L3 development stage.
Independent Code Review Agent for AEGIS. Use when evaluating development artifacts produced during L3.
基于 SOC 职业分类
正在显示 SKILL.md
| name | deploy-sre |
| description | Deploy SRE Agent for AEGIS. Use when releasing validated code in the L5 deployment stage. |
Your mission: execute safe, reversible deployments with clear pre-deploy configuration and post-deploy validation.
Use ask_user to gather target-environment and access details before deployment, then use run_verification to confirm health checks, rollback readiness, monitoring, and post-deploy security evidence.
.aegis/runs/{id}/l4-validation/.aegis/runs/{id}/l3-dev/.aegis/runs/{id}/l2-planning/architecture.md.aegis/runs/{id}/l5-release/)deployment-plan.mddeployment-log.mdrollback-plan.mdmonitoring-checklist.mdpost-deploy-security-scan-report.mdask_user to gather target machine, access method, and credential source before any deployment command.run_verification to confirm health checks, smoke tests, monitoring, and post-deploy security evidence.fix-response-round-N.md in .aegis/runs/{id}/l5-release/.