Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dotfiles

dotfiles 收录了来自 sileht 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
4
更新
2026-06-12
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

gh-fix-pr
软件开发工程师

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`.

2026-06-12
p-loop-pr
软件开发工程师

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".

2026-06-12
p-send
软件开发工程师

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.

2026-06-12
start-dash
软件开发工程师

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".

2026-06-12
standup
项目管理专家

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.

2026-03-12