在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
net-autopilot
// Automate Work Item -> Branch -> PR -> Evidence Pack for AI Coding Factory
$ git log --oneline --stat
stars:158
forks:59
updated:2026年2月2日 21:11
SKILL.md
// Automate Work Item -> Branch -> PR -> Evidence Pack for AI Coding Factory
| 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.Implement agile development practices and ceremonies for .NET projects
Implement Scrum framework and team structures for .NET enterprise projects
Implement CQRS pattern with MediatR for .NET applications
Create Docker configuration for ASP.NET Core applications
Create domain models following Domain-Driven Design principles
Create GitHub Actions CI/CD pipelines for .NET applications