speckit-git-remote
Detect Git remote URL for GitHub integration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Detect Git remote URL for GitHub integration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interact with Paddock — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via Paddock APIs.
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Claude AskUserQuestion rendering for speckit checklist.
Claude AskUserQuestion rendering for speckit clarify.
Create or update the feature specification from a natural language feature description.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
| name | speckit-git-remote |
| description | Detect Git remote URL for GitHub integration |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"git:commands/speckit.git.remote.md"} |
| user-invocable | true |
| disable-model-invocation | true |
Detect the Git remote URL for integration with GitHub services (e.g., issue creation).
git rev-parse --is-inside-work-tree 2>/dev/null[specify] Warning: Git repository not detected; cannot determine remote URL
Run the following command to list configured remote URLs:
git remote -v
Select a URL from the actual configured remotes. Prefer a GitHub push URL
when one is available; otherwise use a GitHub fetch URL. Do not assume the
remote is named origin.
Parse the remote URL and determine:
github from https://github.com/github/spec-kit.git)spec-kit from https://github.com/github/spec-kit.git)Supported URL formats:
https://github.com/<owner>/<repo>.gitgit@github.com:<owner>/<repo>.git[!CAUTION] ONLY report a GitHub repository if the remote URL actually points to github.com. Do NOT assume the remote is GitHub if the URL format doesn't match.
If Git is not installed, the directory is not a Git repository, or no remote is configured: