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

tix

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

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

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

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

Bring up infra and run the tix end-to-end suites — `@tix/api-e2e` (cross-service integration over docker compose) and/or `@tix/web-e2e` (Playwright browser flows over testcontainers). Handles infra startup, picks the right suite, and surfaces results + the Playwright report. Use when the user asks to run e2e tests, "run the integration suite", "run the browser tests", or invokes `/run-e2e`.

2026-05-30
pr-ready
محللو ضمان جودة البرمجيات والمختبرون

Run the tix pre-PR merge-ready gate on the current branch. Verifies zero must-fix review findings, green `pnpm check`, and a clean rebase on `origin/main`. Pass / fail — if all three gates pass, the branch is ready for `gh pr create`. Use when the user wants to confirm a branch is merge-ready before opening a PR, asks "is this ready?", "ready to ship?", "ready for PR?", or invokes `/pr-ready`.

2026-05-21
pr-review-pr
مطوّرو البرمجيات

Review an open GitHub PR against tix's house style, TypeScript conventions, test discipline, and security baselines. Fetches the diff via `gh pr diff`, runs the review locally, then optionally posts the report as a single PR review (approve / request-changes / comment). Use when reviewing someone else's PR, asked to "review PR

2026-05-21
pr-review
مطوّرو البرمجيات

Review the current branch's diff (or the latest commit on main) against tix's house style, TypeScript conventions, test discipline, and security baselines. Use when the user is about to push, open a PR, or asks "review my branch", "review before push", or "code review this".

2026-05-21
house-style
مطوّرو البرمجيات

Code conventions for tix — duck/feature layout, file-size limits, blank-line groups, strict TypeScript, fast tests. Use when writing or refactoring code in this repo, splitting large files, planning a package refactor, or whenever code structure decisions come up.

2026-05-20