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

longrun

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

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

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

lighto-closeout
مطوّرو البرمجيات

Close out a completed Lighto task: full validation, final report, rebase. Requires the task file path as input.

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

Tiered Lighto code review gate: scripted checks, parallel narrow checks, broad review. Invokable standalone on any diff, or as part of the Lighto workflow.

2026-06-12
lighto
مطوّرو البرمجيات

Lightweight spec-driven workflow: collaborative spec, top-level TDD implementation, tiered parallel review gate, one commit per subtask. Use only when explicitly requested.

2026-06-12
lighto-spec-review
مطوّرو البرمجيات

Review a Lighto task file spec from all angles: flag omissions, fix uncontroversial problems, punt real decisions to the user. Requires the task file path as input.

2026-06-12
lighto-subtask
مطوّرو البرمجيات

Execute one Lighto subtask: plan, TDD, validate, browser-verify, review gate, commit. Requires the task file path and subtask number as input; use only on an existing Lighto task file.

2026-06-12
zoo-add
مطوّرو البرمجيات

Record user feedback for the active Zoo spec without interrupting current work. Use only when explicitly requested, especially when the user gives feedback to address later during Zoo Heavy, Zoo Lite, Zoo Zero, or another running Zoo workflow.

2026-06-12
zoo-browser-verification
مطوّرو البرمجيات

Verify browser-visible Zoo behavior and capture focused UI evidence. Use only when explicitly requested.

2026-06-12
zoo-cleanup-finished-specs
مطوّرو البرمجيات

Archive completed Zoo spec files and resolved proposal files. Use when Codex is asked to clean up finished `.spec` work, move completed specs into an `archived/` subfolder, or move fully implemented/rejected proposals into an archive, while honoring repo-local Zoo path overrides.

2026-06-12
zoo-code-impl
مطوّرو البرمجيات

Implement the smallest correct code change for an approved Zoo active subtask plan. Use only when explicitly requested.

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

Review Zoo implementation changes for correctness, regressions, evidence, simplicity, and missing tests. Use only when explicitly requested.

2026-06-12
zoo-docs
مطوّرو البرمجيات

Update durable documentation for completed Zoo workflow work. Use when a Zoo docs writer or orchestrator needs to preserve practical learnings, behavior, or public documentation changes.

2026-06-12
zoo-ensure-safe-deploy
مطوّرو البرمجيات

Manual deployment-safety validation for unpushed commits by default, or user-specified changes. Use only when explicitly requested, especially inside Codex /goal or Claude /loop, to de-risk deployment by adversarially hunting missed production rollout failures, legacy-data and migration hazards, mixed-version issues, and other real-world deployment risks before producing a firm safety guarantee or concrete proof of unsafety.

2026-06-12
zoo-heavy
مطوّرو البرمجيات

Spec-based Zoo 2.1 workflow with subagent for each step. Use only when explicitly requested.

2026-06-12
zoo-hr
مطوّرو البرمجيات

Use when updating, tuning, debugging, or aligning Zoo workflow guidance from operational feedback. Prefer updating repo-local .zoo/*.md files; edit main skills or subagents only when explicitly instructed.

2026-06-12
zoo-init
مطوّرو البرمجيات

Research a repository and initialize real project-specific Zoo and Lighto customization files under .zoo, then verify Bureau MCP access. Use when setting up Zoo or Lighto workflow customization for a repository.

2026-06-12
zoo-lite
مطوّرو البرمجيات

Spec-based Zoo 2.1 workflow with subagent for research, review and browsing. Use only when explicitly requested.

2026-06-12
zoo-pause
مطوّرو البرمجيات

Pause a running Zoo workflow as soon as the current step reaches a safe handoff. Use only when explicitly requested, especially to stop after in-flight subagent work without running final Zoo Report.

2026-06-12
zoo-plan-review
مطوّرو البرمجيات

Review Zoo Workflow specs and active-subtask implementation plans for correctness, completeness, evidence, and clarity. Use only when explicitly requested.

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

Plan Zoo Workflow subtasks by researching code, maintaining the spec contract, and producing detailed tactical HOW for the active subtask. Use only when explicitly requested.

2026-06-12
zoo-problem-solving
مطوّرو البرمجيات

Investigate Zoo workflow blockers and root causes through focused debugging and evidence. Use only when explicitly requested.

2026-06-12
zoo-proposal
مطوّرو البرمجيات

Write durable Zoo proposal files for significant cross-cutting work that needs human approval before implementation. Use when the user asks for a proposal, or when Zoo Refactoring, planning, implementation, code review, plan review, uberreview, or another Zoo workflow classifies a finding as proposal-worthy instead of current-task implementation.

2026-06-12
zoo-push
مطوّرو البرمجيات

Manually publish completed Zoo workflow changes by reading repo push instructions, running Zoo Rebase first, and pushing or following the repo's prescribed PR/trunk workflow only when Zoo Rebase reports that the repo is safe to push. Use only when the user explicitly asks to push, publish, open a PR, or run Zoo Push.

2026-06-12
zoo-rebase
مطوّرو البرمجيات

Rebase completed trackable Zoo workflow changes onto the upstream branch, resolve conflicts, rerun validation when incoming changes could affect tests, write a Bureau rebase report, and decide whether the repo is safe to push. Use automatically during Zoo Heavy, Zoo Lite, Zoo Zero, and other Zoo workflow closeout after all docs updates and commits are finished but before the final report; also use when Zoo Push needs a pre-push rebase gate.

2026-06-12
zoo-refactoring
مطوّرو البرمجيات

Classify and route Zoo refactorings, local structural cleanups, and cross-cutting changes to proposals, separate subtasks, or current-task work. Use in Zoo workflows, planning, implementation, tests, and reviews when a needed or suggested change affects pre-existing code outside the active task, creates a broad mechanism, touches many call sites/files, changes subsystem behavior, introduces a one-off local pattern for a broader concern, or would otherwise expand the task beyond its approved scope.

2026-06-12
zoo-report
مطوّرو البرمجيات

Produce the final user-facing report for completed Zoo workflow runs. Use at the end of Zoo Heavy, Zoo Lite, Zoo Zero, or another top-level Zoo workflow after required implementation, review, validation, docs, and commits are complete, just before the agent exits or sends its final response to the user.

2026-06-12
zoo-test-writing
محللو ضمان جودة البرمجيات والمختبرون

Write or update tests that define expected behavior for a Zoo active subtask. Use only when explicitly requested.

2026-06-12
zoo-uberreview
محللو ضمان جودة البرمجيات والمختبرون

Run a super-comprehensive multi-agent review based on the repository instructions. Use after normal review; for code changes, enforce a single orchestrator-owned final-state validation gate and keep reviewer subagents focused on review instead of rerunning the same suites.

2026-06-12
zoo-zero
مطوّرو البرمجيات

Direct execution followed by review+fix iterations. Use only when explicitly requested.

2026-06-12