Stats
Actions
Tags
From tea
Close and reopen Gitea/Forgejo pull requests — single, multiple, and bulk close stale PRs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tea:close-pullsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
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
npx claudepluginhub deevus/tea-skills --plugin teaGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.