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

rune

يحتوي rune على 26 من skills المجمعة من dengd1937، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
26
Stars
3
محدث
2026-06-19
Forks
0
التغطية المهنية
8 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

brainstorm
متخصصو إدارة المشاريع

Use when starting any creative work — creating features, components, or functionality, modifying behavior, or solving ambiguous problems — before design or implementation. Covers product discovery, competitive research, feature analysis, technical design, and capability spec writing. Applies to every project; routes to writing-plans (non-UI) or design-workflow (UI).

2026-06-19
code-quality-gate
مطوّرو البرمجيات

Use when finishing an edit to source files — runs format, typecheck, and console.log detection before moving to the next task.

2026-06-19
code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when implementation of a bug fix or feature task is complete — dispatches the appropriate language and global reviewers and returns a binary APPROVE/BLOCK verdict.

2026-06-19
commit-quality
محللو ضمان جودة البرمجيات والمختبرون

Use when about to git commit — validates commit message format, lints staged files, and scans staged content for secrets and debug artifacts.

2026-06-19
design-review
محللو ضمان جودة البرمجيات والمختبرون

Use when reaching the design-workflow V2-4 hard gate — adversarially reviews design artifacts (token coverage, contract completeness, artifact consistency, accessibility docs, responsive coverage, DESIGN.md compliance) against docs/designs/<feature>/ before development handoff.

2026-06-19
design-workflow
مصممو واجهات الويب والرقمية

Use when a task involves UI — new pages, components, visual interactions, or design tokens — including work in docs/designs/, *.pen files, or with Pencil MCP tools. Skip for backend-only, config-only, or refactoring without visual impact. Routes to writing-plans on completion.

2026-06-19
django-security
محللو أمن المعلومات

Use when building Django features involving authentication, authorization, user input, sessions, or deployment — covers CSRF, SQL injection, and XSS prevention plus secure production configuration.

2026-06-19
doc-sync
مطوّرو البرمجيات

Use when finishing an implementation — syncs documentation to the change by updating specs, catalogs, and design artifact status (finishing-a-development-branch Step 2b).

2026-06-19
investigate
مطوّرو البرمجيات

Use when debugging a bug — root cause must be confirmed before any code change, then TDD (RED→GREEN→IMPROVE) and code review complete the fix.

2026-06-19
pencil-design
مطوّرو البرمجيات

Use when designing UIs in Pencil (.pen files) or generating production code from Pencil designs — covers Pencil MCP tools, .pen files, and design-to-code workflows, integrating with design-workflow v2 stages.

2026-06-19
python-patterns
مطوّرو البرمجيات

Use when writing Python — Pythonic idioms, PEP 8, type hints, exception handling, and packaging for robust, maintainable applications.

2026-06-19
security-reviewer
مطوّرو البرمجيات

Use when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment or sensitive features — provides a security checklist and patterns.

2026-06-19
typescript-patterns
مطوّرو البرمجيات

Use when writing TypeScript or React — patterns for shadcn/ui conventions, Tailwind v4, hooks, and robust frontend applications.

2026-06-19
verifying-before-completion
محللو ضمان جودة البرمجيات والمختبرون

Use when about to declare an implementation, fix, or quality-gate run complete — run a fresh build/test/lint verification command in the same turn and read its output before stating success.

2026-06-19
doc-ops
مطوّرو البرمجيات

Use when a workflow needs to write a templated documentation artifact (capability spec, change proposal/specs delta, ADR, design intent/component-contract/token-source-map/layout-report/review-verdict, l1 design note) from prepared structured data, or when reconciling doc indexes (FEATURE-CATALOG, CODEMAP) after a workflow step.

2026-06-18
onboard
مطوّرو البرمجيات

Use when adopting Rune for an existing project — scaffolds docs/ topology, generates codemap (incl. module index), creates feature catalog (incl. component/decision sections) with Pre-Rune entries, writes adoption ADR. One-time setup for brownfield projects.

2026-06-18
subagent-driven-development
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks. Dispatches a fresh subagent per task with TDD + quality gate + code review. Required after writing-plans skill. Terminal state: invokes finishing-a-development-branch skill.

2026-06-18
finishing-a-development-branch
مطوّرو البرمجيات

Use when implementation is complete and all tasks have passed review — verifies tests, applies spec delta + archives docs/changes, presents structured integration options (PR/merge/keep/discard), and cleans up workspace. Required after subagent-driven-development skill. Not for use when tests fail or review has open issues.

2026-06-17
writing-plans
مطوّرو البرمجيات

Use when you have a spec or requirements for a multi-step task, before touching code. Creates design.md + tasks.md in docs/changes/<feature>/ (technical design + task breakdown). User approval required before implementation.

2026-06-17
resolve
محللو ضمان جودة البرمجيات والمختبرون

Use when you have one or more existing GitHub issues to resolve — whether collected via the feedback skill from external users or filed by a maintainer. Verifies each issue against the codebase's actual state, decides whether it is worth fixing, routes implementation to existing workflows, and closes the loop via PR with Closes #N. A thin orchestrator: it delegates design/implementation to existing skills and only owns issue verification, the worth-fixing decision, and PR/merge wiring.

2026-05-17
feedback
ممثلو خدمة العملاء

Use when you hit a rune problem worth reporting — a hook false-positive, a skill behaving against its docs, a confusing or bloated workflow step, a misleading doc. Walks through structuring the report, shows each draft for review, and submits via gh issue create only after you explicitly approve that draft. Never auto-submits, never reads session transcript.

2026-05-17
using-rune
ممثلو خدمة العملاء

Use when starting any conversation or after compact - establishes Rune iron laws, skill invocation rules, and red flags

2026-05-12
tdd-workflow
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any feature, bugfix, or refactoring, before writing implementation code

2026-05-12
using-git-worktrees
مديرو الشبكات وأنظمة الحاسوب

Use when starting subagent-driven-development (Phase 0a) or before executing implementation plans — ensures an isolated workspace exists. Detects existing isolation first, prefers native worktree tools, falls back to `git worktree add` under .claude/worktrees/.

2026-05-12
writing-skills
الكتّاب التقنيون

Use when creating new skills or editing existing skills for the Rune skill library — guides skill authoring with CSO optimization, TDD testing methodology, and anti-rationalization patterns

2026-05-12
review-handling
محللو ضمان جودة البرمجيات والمختبرون

Use when code-review returns BLOCK — processes feedback, deduplicates, classifies, orders, and evaluates pushback before routing to implementer for fixes

2026-05-12