close-pulls
星标5
分支0
更新时间2026年2月11日 00:49
Close and reopen Gitea/Forgejo pull requests — single, multiple, and bulk close stale PRs.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Close and reopen Gitea/Forgejo pull requests — single, multiple, and bulk close stale PRs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create Gitea/Forgejo pull requests — interactive, with flags, from forks, WIP conventions, and quick patterns.
Add, list, and edit comments on Gitea/Forgejo issues.
Manage Gitea/Forgejo issue dependencies — add, remove, list, find ready issues, and visualize dependency graphs.
Pin, react to, and lock/unlock Gitea/Forgejo issues via bundled actions.
Label naming conventions, color schemes, export/import, copy between repos, bulk operations, and org-level labels.
List and show Gitea/Forgejo pull requests — filters, fields, detail views, and finding PRs needing review.
| name | close-pulls |
| description | Close and reopen Gitea/Forgejo pull requests — single, multiple, and bulk close stale PRs. |
| user-invokable | true |
tea pulls close 15 # close without merging
tea pulls reopen 15
tea pulls list --state open --output json | \
jq -r '.[] | select(.updated | fromdateiso8601 < (now - 90*86400)) | .index' | \
xargs tea pulls close