con un clic
ground
Orient in project state before starting work
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ú
Orient in project state before starting work
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
Review open issues and PRs across the workspace to decide what needs action
Examine evidence (files, logs, code, output) against user instructions and baseline quality factors. Audit only, no fixes.
Use when executing an implementation plan. Builds in TDD cycles with disciplined commits — one commit per plan step, no unrelated files swept in.
Use before building anything non-trivial — new features, architectural changes, multi-file modifications. Explores intent, requirements, and design before implementation.
Use when diagnosing bugs, test failures, or unexpected behavior. Requires hypotheses before fixes — no jumping to solutions.
Deploy one or more services end-to-end with health verification
| name | ground |
| description | Orient in project state before starting work |
Ground yourself in the current project state before starting any work.
git fetch origin && git rebase origin/main — report if there were upstream changesgit status in each repo in the current workspace — summarize what's in progressgit log --oneline -10 to show recent work and provide context on where the project left offgh issue list and gh pr list — just show counts and titles. If this is the start of a session, suggest /triage for a deeper pass.Once grounded, /brainstorm the task.
$ARGUMENTS