원클릭으로
get-blueprint-changes
Inspect Git history and uncommitted changes to obtain delta in blueprint.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect Git history and uncommitted changes to obtain delta in blueprint.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Standard workflow to implement a plan. Use only when user instructs or other skill references.
Manage interactive or persistent terminal sessions. Must use before running these sessions, like start a dev server, SSH, REPL, ...
Guidelines to help you write code smartly by using workers. Only use
Disciplined diagnosis loop for hard bugs and performance regressions. Use only when user instructs or other skill references.
Workflow to transform vague ideas into validated designs and stepped implementation plans. Use only when user instructs or other skill references.
Review a plan before implementation. Use only when user instructs or other skill references.
| name | get-blueprint-changes |
| description | Inspect Git history and uncommitted changes to obtain delta in blueprint. |
| disable-model-invocation | true |
Execute the exact steps below without extra steps:
git log --oneline -n 10.blpt commits starting from the most recent commit. The search should stop at the first non-blpt commit.git diff <hash of the commit prior than the first blpt>...HEAD -- blueprint/ to inspect the cumulative change to the blueprint.blueprint folder touched by the changes.