원클릭으로
merge-develop
Merge the latest origin/develop into the current branch, validate the result, and leave the merge commit local.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Merge the latest origin/develop into the current branch, validate the result, and leave the merge commit local.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review, fix, validate, and merge every open Dependabot pull request without breaking the application.
Fix a bug from a user-provided description with manual reproduction, failing-first tests, validation, and documented decisions.
Create one repository-grounded, implementation-ready GitHub issue from a request or clarified plan.
Implement a GitHub issue on the current branch with complete validation, tests, and documentation updates.
Create a pull request from the current branch to develop with the repository template, a clear title, and issue linkage or a no-issue rationale.
Analyze a plan or design request until scope, decisions, dependencies, and risks are clear.
| name | merge-develop |
| description | Merge the latest origin/develop into the current branch, validate the result, and leave the merge commit local. |
Codex invocation: use $merge-develop or select this skill through /skills. References below to /merge-develop describe the source repository command.
Use this command to bring the current branch up to date with the latest origin/develop.
The result should be a validated local merge commit, ready for manual push.
/merge-develop does not take arguments.
If arguments are provided, report it and stop.
Before starting, verify that:
If any precondition is not met, report it and stop.
origin/develop and update the local remote-tracking ref with git fetch origin refs/heads/develop:refs/remotes/origin/develop.origin/develop commit SHA from refs/remotes/origin/develop after the fetch.refs/remotes/origin/develop commit.
git merge --no-ff --no-commit refs/remotes/origin/develop.origin/develop.pnpm lint:fix)pnpm lint)pnpm typecheck)pnpm test:core)pnpm test:unit:renderer)pnpm test:integration)pnpm test:components)pnpm test:hooks)pnpm test:e2e)pnpm build)git commit.Report: