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

codegen_orchestrator

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

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

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

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

Scan codebase for dead code, code smells, security issues, contract violations, missing DTOs, and architectural deviations. Creates/updates docs/audit.md and adds actionable items to backlog. Use when user says "audit", "scan", "check code quality", or wants to find hardcoded strings, bypassed abstractions, missing schemas, untyped API boundaries, or drift from shared contracts.

2026-04-09
brainstorm
مطوّرو البرمجيات

Structured thinking session on a topic. Creates docs/brainstorms/<topic>.md with Status tracking and Action Items. User routes results manually (new sprint, backlog, VISION update, hotfix).

2026-04-09
close-phase
مطوّرو البرمجيات

Close the current sprint phase — verify all tasks done, run/write integration tests, advance to next phase.

2026-04-09
close-sprint
مطوّرو البرمجيات

Close the current sprint — final gate after endgame. Push all commits, update STATUS.md history, update CHANGELOG.

2026-04-09
go
مطوّرو البرمجيات

Sprint dispatcher — reads STATUS.md and invokes the right skill based on current sprint state. Use when user says "go", "next", "continue", or wants to proceed with sprint work.

2026-04-09
implement
مطوّرو البرمجيات

Implement the current sprint task using TDD. Reads task from sprint directory, creates git branch, updates task status on completion. Main development skill.

2026-04-09
new-sprint
مطوّرو البرمجيات

Create a new sprint — checks tech sprint cadence, proposes scope from VISION/ROADMAP/backlog, creates sprint directory and files.

2026-04-09
plan-phase
مطوّرو البرمجيات

Generate task files for the current sprint phase. Reads sprint.md, creates 2-4 task files with descriptions, tests, and acceptance criteria.

2026-04-09
update-docs
مطوّرو البرمجيات

Update living documentation to match current codebase state. Three modes: `/update-docs` — incremental, all groups, checks CHANGELOG + git log since last run; `/update-docs <group>` — incremental but scoped to one group; `/update-docs full <group>` — deep-reads actual code and compares with docs in a group. Groups: architecture, contracts, agents, ops, workflow. Use when user says "update docs", "docs are stale", "sync documentation", or after a batch of changes lands. Also useful from /checkpoint.

2026-04-09
architect
مطوّرو البرمجيات

Decompose a Story into Tasks. Reads story from API, analyzes scope, creates concrete tasks with descriptions and acceptance criteria.

2026-03-21
e2e-run
محللو ضمان جودة البرمجيات والمختبرون

Run Line 2 E2E test — submit engineering task, wait for completion, verify, write report. Use when user wants to test the engineering pipeline end-to-end.

2026-03-21
escort
مطوّرو البرمجيات

Accompany a real user through the full pipeline — from project/feature request to deploy. Unlike e2e tests, this skill does NOT fail fast. The goal is to ensure the user gets their result (project or feature), no matter what breaks along the way. Produces a detailed report with all issues, warnings, and recommendations. Use when the user says "escort", "accompany", "babysit", "monitor user", "watch the pipeline", "сопровождение", or wants to observe a real user's task going through the system end-to-end and intervene if needed.

2026-03-21
test-maintenance
محللو ضمان جودة البرمجيات والمختبرون

Run integration and service tests locally, fix stale/broken tests, propose new tests for uncovered logic. Use when user says "run integration tests", "test maintenance", "update tests", "check test health", "прогони интеграционные", "актуализируй тесты", or wants to ensure test suites reflect current codebase. Also use proactively from /checkpoint when integration tests haven't been run in >1 week.

2026-03-19
optimize
المهن الحاسوبية الأخرى

Process skill feedback entries — auto-fix obvious prompt issues, bring non-obvious ones to user for discussion.

2026-03-08