用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mitkox/ai-coding-factory --skill net-autopilot命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | net-autopilot |
| description | Automate Work Item -> Branch -> PR -> Evidence Pack for AI Coding Factory |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"enterprise-teams","governance":"traceability","integrations":"github, azure-devops","framework":"dotnet"} |
I help teams run AI Coding Factory Autopilot as the standard delivery workflow:
ACF-###)Use this skill when you want “one workflow” that supports full-time employees:
artifacts/stories/ACF-###*.mdartifacts/review-pack/ACF-###.mdartifacts/autopilot/ACF-###.json<!-- acf-autopilot:evidence -->python3 scripts/autopilot/autopilot.py start ACF-0123 --commit --push --draft
python3 scripts/autopilot/autopilot.py evidence ACF-0123 --run-local
Optional full template verification:
python3 scripts/autopilot/autopilot.py evidence ACF-0123 --run-local --full-verify
GITHUB_TOKEN (or GH_TOKEN)GITHUB_REPOSITORY (owner/repo) if it can’t be inferred from originGITHUB_API_URL (optional; GitHub Enterprise Server)AZURE_DEVOPS_PATAZURE_DEVOPS_ORG_URL (e.g., https://dev.azure.com/yourorg)AZURE_DEVOPS_PROJECTAZURE_DEVOPS_REPOAZURE_DEVOPS_WORK_ITEM_TYPE (optional; default User Story)--require-integration to hard-fail.--push.