بنقرة واحدة
warm-feature-flow
Warm the agent, reset git to a clean base branch, then work and create a draft PR.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Warm the agent, reset git to a clean base branch, then work and create a draft PR.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Commit, push, and create a draft PR with a focused summary.
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.
| name | warm-feature-flow |
| description | Warm the agent, reset git to a clean base branch, then work and create a draft PR. |
Use this at the start of a new feature to ensure the repo is clean, the agent is warmed, and the draft PR flow is ready at the end.
VCS check
.jj/ exists, use jj; otherwise use git.status and confirm there are no unrelated changes. If there are, stop and ask the user what to do.Reset to base branch
dev for normal development, master only for releases).Create a fresh feature branch
feat/<short-scope> or fix/<short-scope>.Warm the agent
warm-agent).Implement the feature
Create draft PR
create-draft-pr skill (or gh pr create --draft if needed).