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

code-factory

يحتوي code-factory على 9 من skills المجمعة من xmtplabs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
1
محدث
2026-05-22
Forks
1
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

audit-tests
محللو ضمان جودة البرمجيات والمختبرون

Audit repository test suites for low-value, brittle, duplicative, or AI-generated tests. Use when Codex needs to review tests across a single project or monorepo, identify tests to delete or merge, upgrade weak tests, consolidate repeated setup into helpers, or produce a precise test quality cleanup plan.

2026-05-22
executing-plans
مطوّرو البرمجيات

Use when you have a plan directory from decomposing-specs and need to execute it — loads phases on demand, dispatches phase-elaborator for sketched phases, runs implementers with size-scaled phase reviews, and validates the full spec at the end

2026-05-22
decomposing-specs
مطوّرو البرمجيات

Use when you have a design spec from writing-specs and need to break it into an implementable, phased task plan with behavior-focused verification before writing any code

2026-05-14
code-factory-issue
مطوّرو البرمجيات

Use when given a GitHub issue URL to autonomously implement — forks the repo, writes a spec if needed, decomposes into tasks, implements, and opens a PR

2026-05-05
coder-task
مطوّرو البرمجيات

Use when given a GitHub issue URL to autonomously implement — forks the repo, writes a spec if needed, decomposes into tasks, implements, and opens a PR

2026-05-05
receiving-feedback
مطوّرو البرمجيات

Use when a GitHub issue receives new comments during autonomous work — decides whether to update the spec and re-decompose, or just make the change inline

2026-05-05
setup-code-factory
مطوّرو البرمجيات

Use when configuring a repository to run with Code Factory — creates `.code-factory/config.toml`, sets up a devcontainer if missing, and validates that build/lint/test work inside it. Triggers on "setup code factory", "configure code factory", "onboard this repo to code factory".

2026-04-22
writing-specs
مطوّرو البرمجيات

Use when starting any feature, system change, or bugfix that requires architectural decisions — before writing implementation plans or code. Triggers on new projects, multi-component changes, API design, or when the user says "design", "spec", or "architecture".

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

Produce a bugfix spec from a bug report — 3-section behavioral delta format instead of full design doc. Dispatched by coder-task, not invoked directly.

2026-04-17