원클릭으로
dotfiles
dotfiles에는 sileht에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use to assess the WHOLE state of a GitHub PR (merge state, CI, review threads, merged-or-not) in one pass and take the next action — fix failing CI, address review threads, rebase a conflicted branch, narrate a resume while it waits on approval/merge, or declare it merged. Merges the old gh-fix-pr (fix) and p-resume-pr (watch) into one decision skill. Triggers on "/gh-fix-pr", "fix this PR", "address this PR", "what's the state of this PR", run after `mergify stack push`.
Use when the user wants to babysit a single PR's stack to merge without polling noise. Arms a persistent Claude Monitor that watches the PR and stays silent while it is merely waiting (pending CI, waiting on an approval). It wakes the agent ONLY when the PR needs attention (failing CI, unresolved review threads, changes requested, needs rebase) — then you run /gh-fix-pr — and notifies once when the PR merges. No crons. Runs inside the PR's worktree. Triggers on "/p-loop-pr", "babysit this PR", "watch this PR to merge", "keep fixing this PR until green".
Use when the user wants to queue a new piece of work (fix or implement something) from any session, without leaving the current context. Drafts a plan file under the manager workspace's `projects/plans/`, then signals the top-level Manager iTerm tab to run `/p-new <plan>` so a fresh sub-claude is spawned to execute it.
Use when the user wants to start the Mergify dashboard dev server against production data (cookie pulled from Chrome). Only valid inside a monorepo checkout — opens a new iTerm pane below the current one, runs `pnpm install && FRONT_API=... VITE_FRONT_API_COOKIE=$(cookies ...) pnpm start` from `<cwd>/dashboard/`. Triggers on `/start-dash`, "start the dashboard", "start dash".
Use when the user asks for a standup summary, daily update, or wants to know what they worked on recently. Analyzes Claude session history and git logs to generate a structured standup report.