Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

dotfiles

يحتوي dotfiles على 5 من skills المجمعة من sileht، مع تغطية مهنية على مستوى المستودع وصفحات 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