원클릭으로
yeet
Use this when you need to do a full workflow -- create a JIRA ticket, create a branch, create a PR, push changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this when you need to do a full workflow -- create a JIRA ticket, create a branch, create a PR, push changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use to create a pull request with detailed summary and description
Create a git worktree for an own or someone else's branch, symlink local-only files (.env, .tmux-sessionizer), optionally install or symlink node_modules, and open it in tmux
How to create and name git branches
Review code changes for quality and best practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
Generate a Playwright test based on a scenario using Playwright CLI
| name | yeet |
| description | Use this when you need to do a full workflow -- create a JIRA ticket, create a branch, create a PR, push changes |
gh. Check gh --version. If missing, ask the user to install gh and stop.gh session. Run gh auth status. If not authenticated, ask the user to run gh auth login (and re-run gh auth status) before continuing.jira CLI is available: jira version. If missing, skip Jira steps but warn the user.git status and git diff to understand what changed.In this step, your job is to figure out wether there's an already existent JIRA ticket for the work done in this branch, or if you need to create one.
jira cli: jira issue list and then the user selects the ticketPEAKONxxxx-xxxxwrite-jira skill (found here)PEAKONxxxx-xxxxgonza/{ticket-KEY}-{description}.gonza/{ticket-KEY}-{description} format, rename it to that with: git branch --move {old-name} gonza/{ticket-KEY}-{description}{description} short. Not more than 5 wordsgit checkout -b {branch-name}jira issue view {ticket-KEY} --raw
jira issue assign {ticket-KEY} "Gonzalo Stoll"jira issue move {ticket-KEY} "Start Progress"pr-body.md) with real newlines to avoid \n-escaped markdown.{ticket-KEY}: {Descriptive title}GH_PROMPT_DISABLED=1 GIT_TERMINAL_PROMPT=0 gh pr create --head $(git branch --show-current) --title "{title}" --body-file pr-body.md
rm -rf pr-body.mdReport to the user:
https://jira2.workday.com/browse/{ticket-KEY}gh pr create output)Review the code on the PR. Use the code-review skill for that.
jira auth login. Continue with PR creation without Jira.