speckit-git-remote
Detect Git remote URL for GitHub integration
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Detect Git remote URL for GitHub integration
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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: