en un clic
pr
Commit current work, push, and open a pull request against main.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Commit current work, push, and open a pull request against main.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Commit current work, push, open a pull request, wait for CI to pass, then merge.
Switch to main branch, pull latest changes, and optionally begin work on a task.
Manually test your work against the locally running app by making real API or HTTP requests.
Scaffold a new project from the fullstack or Rust CLI boilerplate. Use when starting a new codebase.
Comprehensive analysis of testing strategy and coverage across the codebase. Evaluates all test types and identifies gaps.
Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested.
| name | pr |
| description | Commit current work, push, and open a pull request against main. |
| user_invocable | true |
Run the following steps:
main or master, create a new feature branch first:
add-start-skill)git fetch origin main (or master)git checkout -b <branch> origin/maingit push -u origin HEADgh pr create, targeting main. Write a concise title and summary based on the changes.