用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/miles990/claude-software-skills --skill auto-dev-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | auto-dev-setup |
| description | 設定 Auto-Dev workflow,實現 Human-in-the-Loop 自動化開發 |
| domain | tools-integrations |
| version | 1.0.0 |
| tags | ["github-actions","automation","workflow","ci-cd","human-in-the-loop"] |
| triggers | {"keywords":{"primary":["auto-dev","自動開發","human-in-the-loop","github actions workflow"],"secondary":["setup workflow","workflow automation","claude automation","agent workflow"]},"context_boost":["github","ci","automation","workflow"],"context_penalty":["frontend","ui","design"],"priority":"medium"} |
為任何專案設定 Human-in-the-Loop 自動開發流程。
當用戶說:
使用 AskUserQuestion 確認:
1. Workflow 來源
□ 使用 Reusable Workflow(推薦,自動更新)
□ 複製完整 Workflow(可自訂)
2. Skills 來源
□ 使用 claude-software-skills
□ 使用自己的 skills repo
□ 不使用額外 skills
3. 額外設定
□ 需要任務佇列(定時處理)
□ 需要 Feedback 處理(PR 上繼續迭代)
mkdir -p .github/workflows
mkdir -p .claude/memory/{learnings,failures,decisions,patterns,strategies}
mkdir -p .github/ISSUE_TEMPLATE
# .github/workflows/auto-dev.yml
name: 🤖 Auto-Dev
on:
issues:
types: [labeled]
issue_comment:
types: [created]
workflow_dispatch:
inputs:
goal:
description: '開發目標'
required: true
jobs:
auto-dev:
uses: {SKILLS_REPO}/.github/workflows/auto-dev-reusable.yml@main
with:
goal: ${{ github.event.inputs.goal || '' }}
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
替換 {SKILLS_REPO} 為實際的 repo 路徑。
從 claude-software-skills 複製:
.github/workflows/auto-dev.yml.github/workflows/auto-dev-feedback.yml.github/workflows/auto-dev-queue.yml# .github/ISSUE_TEMPLATE/auto-dev.yml
name: 🤖 Auto-Dev Task
description: 建立一個自動開發任務
labels: ["auto-dev"]
body:
- type: textarea
id: goal
attributes:
label: 目標
description: 描述開發目標
validations:
required: true
# .claude/memory/index.md
# 專案記憶索引
## 最近學習
<!-- LEARNINGS_START -->
<!-- LEARNINGS_END -->
## 失敗經驗
<!-- FAILURES_START -->
<!-- FAILURES_END -->
告知用戶:
請到 Repository Settings → Secrets → Actions
新增 ANTHROPIC_API_KEY
| 操作 | 方式 |
|---|---|
| 觸發自動開發 | Issue + auto-dev label |
| 命令觸發 | 留言 /evolve [目標] |
| 繼續迭代 | PR 上留言 /evolve [調整] |
| 手動觸發 | Actions → Run workflow |
設定完成後,建議:
auto-dev labelEnterprise-grade repository analysis with arc42/C4 architecture documentation, technical debt quantification, security assessment, and multi-stakeholder reporting
Claude Code Plugin 開發、發布、安裝、更新與 Marketplace 管理完整指南
Flame Engine core fundamentals - components, input, collision, camera, animation, scenes
基于 SOC 职业分类