بنقرة واحدة
create-draft-pr
Commit, push, and create a draft PR with a focused summary.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Commit, push, and create a draft PR with a focused summary.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | create-draft-pr |
| description | Commit, push, and create a draft PR with a focused summary. |
| user-invocable | true |
Commit all changes, push to remote, and create a draft pull request.
git status to see changesgit diff to understand what changedgit log to see commit message style-u flaggh pr create --draft## Problem / Intent
[Why this change exists - the problem being solved or feature being added]
## Approach
[High-level concept of the solution - not a list of file changes]
Warm the agent, reset git to a clean base branch, then work and create a draft PR.
Comprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API, React reconciler, and Solid reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing.
Use this when you are working on file operations like reading, writing, scanning, or deleting files. It summarizes the preferred file APIs and patterns used in this repo. It also notes when to use filesystem helpers for directories.