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

apollo-toolkit

يحتوي apollo-toolkit على 20 من skills المجمعة من LaiTszKin، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
5
محدث
2026-06-18
Forks
2
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

design
مطوّرو البرمجيات

Reads SPEC.md, validates technical feasibility through web research, finds quality reference implementations, confirms tech stack compatibility, then produces DESIGN.md (architecture design, external dependencies), CHECKLIST.md (verification strategy), Architecture Diff, and design-time refactoring plan. Not for use without a SPEC.md.

2026-06-18
discuss
متخصصو إدارة المشاريع

Helps users clarify vague requirements through structured conversation, producing a high-level design (PROPOSAL.md) with requirement summaries. Does not read any repo files — relies entirely on conversation. Suitable for requirement discussions, feature ideation, or greenfield project planning.

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

Executes FIX.md (from the qa skill) as the fix coordinator. The coordinator reads the fix plan, dispatches fix workers and regression test workers, verifies batch gates, and manages the execution flow — it does not write or fix code itself.

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

Executes PROMPT.md (from the plan skill) as the implementation coordinator. The coordinator reads the plan, dispatches workers, verifies batch gates, and manages the execution flow — it does not write implementation code itself.

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

Converts SPEC.md + DESIGN.md + CHECKLIST.md into a self-contained coordinator prompt (PROMPT.md) with complete task decomposition, dependency analysis, batch scheduling, and pre-written worker prompts. The generated PROMPT.md is consumed directly by the implement skill.

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

Reads spec documents and the review output REPORT.md, then generates a self-contained fix coordinator prompt (FIX.md) with issue inventory, dependency analysis, batch scheduling, regression test design, and pre-written worker prompts. The generated FIX.md is consumed directly by the fix skill.

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

Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.

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

Reviews spec-related code changes across six dimensions and produces a structured review report (REPORT.md) with findings only — no fix suggestions. Not for non-spec changes, direct code modification, or contexts without a spec.

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

將已完成的spec歸檔到 `docs/archive/` 下。當你需要將spec歸檔時,調用這個技能。

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

提交指引與提交前的必要品控閘門。將變更提交到 git repo 或推送到 remote 前,需完成所有品控項目。包括審查、文檔同步與 changelog 門檻。

2026-06-17
docs-project
مطوّرو البرمجيات

以 repo 程式碼為唯一依據,維護標準化的 docs/features/、docs/architecture/、docs/principles/ 文檔, 並清理已失效或重複的舊文檔。每條文檔記述必須可追溯至實際程式碼證據。

2026-06-17
init-project-html
مطوّرو الويب

Initialize the project architecture atlas. Use the apltk CLI to map feature and submodule relationships into a renderable HTML architecture diagram following the C4 model (Context → Container → Component → Code).

2026-06-17
maintain-project-constraints
المهن الحاسوبية الأخرى

Reads the latest codebase and docs to update CLAUDE.md and AGENTS.md at both the project root and per sub-module (crate, package, etc.). CLAUDE.md targets Claude Code; AGENTS.md targets non-Claude agents (Codex, etc.).

2026-06-17
optimise-skill
المهن الحاسوبية الأخرى

Analyzes SKILL.md and supporting files, then produces an optimized rewrite that is clearer, more concise, and gives the agent more freedom to adapt.

2026-06-17
read-github-issue
مطوّرو البرمجيات

Read and search remote GitHub issues via GitHub CLI (`gh`). Use when users ask to list issues, filter issue candidates, inspect a specific issue with comments, or gather issue context before planning follow-up work. Prefer the bundled CLI tools when they are present and working, but fall back to direct `gh issue list` / `gh issue view` commands when the tools are missing or fail for repository-specific reasons.

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

Transforms user requirements into strictly-scoped business specification documents (SPEC.md). Deeply explores the codebase to calibrate every requirement against actual code. Produces batch specs when requirements exceed 5 BDD items. Not for discussion without PROPOSAL.md, nor for single-file changes that don't need a spec.

2026-06-17
systematic-debug
مطوّرو البرمجيات

Systematically investigates unexpected behavior — reproduces the issue by writing a test, fixes the root cause, and establishes a regression test. Not for simple fixes where the root cause is already known, nor for intuitive fixes without test verification.

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

Designs test strategy based on risk analysis — selects the right test level and method for the current context. Not for exploratory tasks without tests, nor for tasks where the test type is already predetermined.

2026-06-17
update-project-html
مطوّرو الويب

Incrementally refresh the architecture atlas when the project diagram drifts from actual code. Measures drift before updating to determine scope, then updates the base atlas and re-renders HTML.

2026-06-17
version-release
مطوّرو البرمجيات

協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。

2026-06-17