ワンクリックで
git-pr-recovery
Safely push recovered issue-scoped fixes onto an existing PR branch without disturbing a dirty local workspace.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safely push recovered issue-scoped fixes onto an existing PR branch without disturbing a dirty local workspace.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Authorization Code Flow for web applications using MSAL.NET confidential client to sign in users and access APIs on their behalf
Handle MSAL distributed token cache collisions and stale entries in ASP.NET Core applications
On-Behalf-Of (OBO) Flow for web APIs to call downstream APIs while preserving user identity in MSAL.NET
{what this skill teaches agents}
Review API DTO implementations for contract/domain separation, mapping patterns, and REST compliance
This skill should be used when the user asks to "build a feature", "fix a bug", "implement something", "start a dev cycle", types "/dev", or describes a software task that requires design, implementation, testing, and shipping. Orchestrates the full software development lifecycle from interrogation through shipping, with self-learning that improves over time.
| name | git-pr-recovery |
| description | Safely push recovered issue-scoped fixes onto an existing PR branch without disturbing a dirty local workspace. |
| domain | git-workflow |
| confidence | high |
| source | earned |
Use this when the right code already exists in a dirty local branch, but the real PR branch on origin is missing those fixes and must be updated without overwriting unrelated local work.
main, verify with git fetch, git rev-parse origin/main, and git merge-base HEAD origin/main before rebasing; stale local refs can create a false blocker.neo/pr-recovery-731-732issue-731-user-publisher-settings.worktrees\issue-731-recovery