0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ai-dev-workflow
  2. /
  3. gitcode-issue-create
Aaflyingtofix(skills): update all gitcode CLI commands based on schema verification
934c63ec创建于 8 天前历史提交
文件最后提交记录最后更新时间
evals
feat: initialize generic AI dev workflow framework Adapt OpenLibing AI dev workflow to a generic, technology-agnostic framework: - Parameterized project names (no OpenLibing-specific references) - Slot-based quality gates (business repo fills in commands) - Generic specs repo structure (replaces openlibing-docs) - 11 gitcode skills + 14 superpowers skills - Universal initialization playbook (README.md) - Universal AGENTS.md + AI-DELIVERY-WORKFLOW.md Co-authored-by: Trae <noreply@trae.ai> Generated-by: claude-sonnet-4-6 8 天前
SKILL.md
fix(skills): update all gitcode CLI commands based on schema verification Correct command syntax across AGENTS.md and 6 skill files based on gitcode schema output: - pr create: --body-file IS supported (was incorrectly documented as unsupported); --labels NOT supported (needs pr edit --labels) - pr review: uses --comment/--comment-file (not --body/--body-file); --approve/--force supported; --request unsupported - pr merge: supports --method (merge/squash/rebase), --delete-branch, --yes - pr comment: supports --path/--position for inline comments - issue create: supports --label, --assignee, --milestone, --dry-run - issue close: replaced with issue edit --state close - issue label: no such subcommand, use issue edit --label instead - All commands: added -R <owner/repo> flag consistently Co-authored-by: Trae <noreply@trae.ai> Generated-by: glm-5.1 8 天前