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

trellis-team-kit

يحتوي trellis-team-kit على 14 من skills المجمعة من 05allan1213، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

trellis-before-dev
مطوّرو البرمجيات

Read all task artifacts and specs before writing code. Outputs implementation constraints. Use after task.py start and before any source editing — the before-dev gate is mandatory and blocks code changes until satisfied.

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

Quality verification: git diff/status, lint, type-check, tests, no debug logs, no suppressed errors, no unsafe type bypass. Deep check for L4/L5 adds spec compliance, cross-layer data flow, API/schema/type consistency, and code reuse. Outputs PASS/FAIL with blocking issues.

2026-06-10
trellis-code-architecture-review
مطوّرو البرمجيات

Review dependency direction, module boundaries, abstraction quality, duplicated concepts, layering violations, shared utility misuse, API contract clarity, and future extensibility. Outputs to review/architecture-review.md with PASS/FAIL. Required for L4/L5 tasks.

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

Review code for correctness, readability, maintainability, error handling, performance, tests, security, and unnecessary complexity. Outputs to review/code-review.md with PASS/FAIL, separating blocking from non-blocking issues. Use as a review gate when selected in the Review Gate Contract.

2026-06-10
trellis-dev-strategy
مطوّرو البرمجيات

Decide execution mode, branch strategy, TDD approach, review gates, and architecture guidance for the task. Outputs Development Strategy and Review Gate Contract to implement.md. Use during Phase 1.4 after PRD and design are complete.

2026-06-10
trellis-finish-work
مطوّرو البرمجيات

Finalize a completed task: verify gates passed, archive task, update workspace journal, update task index, summarize commits/PR, record follow-ups, and mark task done. Does NOT write code, fix bugs, bypass failed gates, or auto-push. Rejects if preconditions are not met.

2026-06-10
trellis-improve-codebase-architecture
مطوّرو البرمجيات

Dual-mode skill for architecture guidance and deep review. Guidance mode (before implementation) outputs to design.md Architecture Guidance. Deep-review mode (after implementation) outputs to review/architecture-deep-review.md with PASS/FAIL. Triggers when changes cross 3+ layers, add new modules, change API/schema/persistence, modify shared types/util/config, introduce new abstractions, refactor, or use multi-subagent parallel execution.

2026-06-10
trellis-merge-review
مطوّرو البرمجيات

Review integration when the merge-review trigger contract applies: L5; selected Trellis-native parallel + worktree; selected OMC ulw/ultrawork + worktree + parent/child; Branch strategy contains worktree; Parent/child: yes; Merge review needed: yes; PR merge; or conflict resolution. Checks conflict resolution logic, duplicate implementations, missing files, and interface inconsistencies between agents. Outputs to review/merge-review.md with PASS/FAIL.

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

Check whether changes violate .trellis/spec/, miss necessary specs, bypass conventions, or need update-spec. Outputs to review/spec-review.md with PASS/FAIL. Use as a review gate when selected in the Review Gate Contract.

2026-06-10
trellis-implement
المهن الحاسوبية الأخرى

Implementation rules: only implement what is in PRD/design/implement scope. Don't expand scope. Don't commit. If design gaps are found, return to planning. Output changed files, summary, validation attempted, and unresolved risks.

2026-06-09
trellis-update-spec
المهن الحاسوبية الأخرى

Record whether spec updates are needed after a task. Must explain the decision even when no update is needed. Updates are required for new API contracts, env/config conventions, error handling rules, component patterns, bug fix revelations, unclear team rules, and new cross-layer data flows. Use during Phase 3.1 after all checks and reviews pass.

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

Evidence-first requirements discovery before implementation. Creates task directory, seeds PRD, asks one question at a time, researches the repo before asking the user, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.

2026-06-09
trellis-grill-me
متخصصو إدارة المشاريع

Challenge the PRD for testability, scope clarity, edge cases, and risks. Checks AC testability, out-of-scope clarity, edge cases, auth/security/performance, migration/rollback, and scope creep risk. Use after brainstorm completes, before design or implementation planning.

2026-06-09
trellis-break-loop
مطوّرو البرمجيات

Deep bug analysis to break the fix-forget-repeat cycle. Triggers when the same issue is fixed 2+ times, check repeatedly fails, review rejects 2+ times, root cause is an implicit assumption, bug propagates cross-layer, or missing test causes regression. Outputs to research/break-loop.md with root cause, failed attempts, and prevention.

2026-05-29