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

tl-engine

يحتوي tl-engine على 6 من skills المجمعة من top-logic، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

tl-release
مطوّرو البرمجيات

Use when creating a TopLogic release — especially an alpha / interim release of the tl-engine. Covers the pre-release ticket check, creating and marking the release milestone in Trac, triggering the Jenkins release job, and closing the milestone.

2026-07-20
fix-ticket
مطوّرو البرمجيات

Fix a Trac ticket end-to-end. Reads the ticket, creates a branch from master, implements the fix, pushes, and creates a PR.

2026-07-16
reintegrate
مطوّرو البرمجيات

Use when a worktree agent's work is finished and should be folded back into the shared feature/integration branch. Replays only this branch's own commits onto the integration branch, fast-forwards it, and renames the local branch to the worktree folder name to mark the work done. Examples - "re-integrate this work", "bring my changes back to the integration branch and mark done", "reintegrate to CWS/CWS_29108_integration".

2026-06-19
setup-worktree
مطوّرو البرمجيات

Prepare a fresh git worktree for building TopLogic. Configures an isolated Maven repository with a read-only tail to the global repo so no full rebuild or re-download is needed. Examples - "set up this worktree", "prepare the worktree build environment", "initialize the worktree".

2026-05-26
running-scripted-tests
محللو ضمان جودة البرمجيات والمختبرون

Use when needing to run a TopLogic scripted test (.script.xml) from the command line, or when a scripted test fails and needs debugging

2026-04-20
create-feature-branch
مطوّرو البرمجيات

Use when starting new work in a worktree agent that needs its own branch. Creates a local branch from the main workspace's current feature branch. Examples - "create a branch for icon popup work", "start a new branch for this task".

2026-03-13