审查 GoFrame(gogf/gf)仓库的 GitHub Pull Request,按项目规范发评论或打 bot-approved 标签。 审查时必须综合 PR 会话评论、代码行内评论和 review 正文,对照当前 diff 后再下结论。 开放 PR 由子 agent 分批并行审查。必须由用户手动触发,禁止自动运行。
把当前仓库的本地修改放到独立功能分支上,按 GoFrame PR 模板创建并打开合并到主仓库的 GitHub Pull Request。 必须由用户手动触发,禁止自动运行。
Track, fix, verify, and test any bugs, improvements, or gaps reported against an OpenSpec change. MUST use this skill whenever user reports problems, defects, issues, bugs, or gaps related to existing implementations, even if they don't explicitly say…
Code and specification review for OpenSpec workflow. Triggers automatically after /opsx:apply task completion, after /gf-feedback task completion, and before /opsx:archive. Use when user requests code review, spec compliance check, or when explicitly invoked…
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Review the current git working tree, generate a commit message from the actual diff using the repository's commit or PR-title convention, commit all current changes on the active branch, and push that branch to `origin`. Use this whenever the user asks to…
Create and actively use an isolated git worktree for the user's task, then continue the task inside that new directory. Use this whenever the user asks for a separate worktree, isolated checkout, clean branch directory, safer parallel changes, or a fresh…