deevus/tea-skills

merge-pull

Merge Gitea/Forgejo pull requests — all merge styles, auto-merge, mark WIP ready, and branch cleanup.

First seen May 21, 2026

Installation

$ npx skills add deevus/tea-skills --skill merge-pull

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from deevus/tea-skills · top by installs.

npx skills add deevus/tea-skills

Browse all from deevus/tea-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,446 B
  • docs SUMMARY.md 121 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 87 installs

SKILL.md

Merge Pull Request

Prefer tea pulls commands for merge workflows. Bundled actions are only for CLI gaps and are documented under actions/pull-requests/README.md.

When resolving actions/... paths, use the actions/ directory bundled relative to this skill directory.

Pass explicit scope flags (--login, --remote, or --repo) to bundled actions when the user names a login, remote, backend, or repository. Otherwise, bundled actions use active-host-first discovery.

Merge

tea pulls merge 15                      # merge commit (default)
tea pulls merge 15 --style squash       # squash
tea pulls merge 15 --style rebase       # rebase
tea pulls merge 15 --style rebase-merge # rebase + merge commit
tea pulls merge 15 --style squash --title "feat: add auth" --message "Details"

Auto-Merge

The tea CLI does not expose auto-merge configuration. For the bundled action, see actions/pull-requests/README.md.

Mark WIP Ready

If this repository uses WIP: titles as draft-like pull requests, remove the prefix with tea:

tea pulls edit 15 --title "Feature"

Branch Cleanup

tea pulls clean 15         # delete local + remote branches after merge

Tips

  • Merge styles: merge, squash, rebase, rebase-merge