list-pulls
List and show Gitea/Forgejo pull requests — filters, fields, detail views, and finding PRs needing review.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
List and show Gitea/Forgejo pull requests — filters, fields, detail views, and finding PRs needing review.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
Merge Gitea/Forgejo pull requests — all merge styles, auto-merge, mark WIP ready, and branch cleanup.
| name | list-pulls |
| description | List and show Gitea/Forgejo pull requests — filters, fields, detail views, and finding PRs needing review. |
| user-invokable | true |
tea pulls list -o simple # open PRs, compact output (recommended)
tea pulls list --state all -o simple # include closed/merged
tea pulls list --output json # use json only when parsing with jq
tea pulls list --fields "index,title,state,author,base,head,labels"
tea pulls 15 # detail view
tea pulls 15 --comments # with comments
tea pulls list --output json | \
jq '.[] | select(.labels | map(.name) | index("needs-review")) | {index, title, author: .poster.login}'
See pull-request-forks.
-o simple for listing; use --output json only when parsing with jqtea issues list --kind pulls searches PRs with all issue filters (labels, milestones, etc.)