0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ai-dev-workflow
  2. /
  3. gitcode-issue-triage
Aaflyingtofix(skills): update all gitcode CLI commands based on schema verification
934c63ec创建于 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 天前