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

TI-Engineering-Standards

يحتوي TI-Engineering-Standards على 45 من skills المجمعة من drdatarulz، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

add-story-v5
مطوّرو البرمجيات

Conversationally create one or more stories for an existing project. Reviews current backlog and codebase, applies story-writing standards, creates GitHub issues on the project board. Ends with an ED-5 cold read of the saved stories; supports a non-interactive mode for callers (reconcile / orchestrator).

2026-07-09
prd-to-backlog-v5
مطوّرو البرمجيات

Decompose a PRD, Screen Inventory, and Decisions Log into a milestoned backlog of vertical-slice stories. Nominates the repo-wide critical-path journeys, creates GitHub issues on the project board following TI story-writing standards, and ends with an ED-5 cold read of the saved backlog.

2026-07-09
reconcile-backlog-v5
مطوّرو البرمجيات

Reconcile PRD version changes against an existing backlog and codebase. Diffs the old and new PRDs, classifies each change as new ticket / update existing ticket / no action, executes via add-story-v5 + refine-story-v5 after user approval, and ends with an ED-5 cold read of the result. Uses a checklist file for state tracking.

2026-07-09
refine-story-v5
مطوّرو البرمجيات

Refine a GitHub issue into an implementation-ready spec with a behavior-first test plan — each behavior assigned exactly one tier (TR-1), critical journeys declared (TR-6). Supports orchestrator mode (auto-decisions, issue comments, structured status report) and standalone mode (interactive).

2026-07-09
triage-v5
مطوّرو البرمجيات

Interactive investigation and bug triage. Explores codebase, pulls real runtime errors before theorizing, diagnoses issues, and creates/updates GitHub tickets. Never writes code. Evidence-first + grounded/adversarial discipline (ED-1..ED-5).

2026-07-09
orchestrate-v5
المهن الحاسوبية الأخرى

Mode-switching pipeline orchestrator designed for relaunch. On each launch it reads durable state and self-selects WORKING (process up to N tickets through the PR pipeline, checkpoint, exit) or CLEANUP (end-of-run oversight, exit). A dumb bash loop relaunches it until RUN_COMPLETE. Run state lives in a per-run tracking issue; per-ticket state on the board.

2026-07-08
add-story-v4
متخصصو إدارة المشاريع

Conversationally create one or more stories for an existing project. Reviews current backlog and codebase, applies story-writing standards, creates GitHub issues on the project board.

2026-06-27
ci-fix-v4
مطوّرو البرمجيات

Monitor GitHub Actions workflow runs and auto-fix CI/CD failures. WATCH mode polls for completion after a merge; FIX mode diagnoses failures from logs and creates a fix PR. Used by the orchestrator as a background side-channel and standalone for ad-hoc repair.

2026-06-27
conformance-v4
متخصصو إدارة المشاريع

Audit a project against TI Engineering Standards. Informational only — produces a gap report, creates no files and makes no changes. Use when onboarding an existing codebase, returning to a dormant project, or after standards have been updated.

2026-06-27
engineering-review-v4
محللو ضمان جودة البرمجيات والمختبرون

Review a pull request against TI Engineering Standards. Two modes: implementation (code review) and integration-tests (test quality review). Posts line-level PR comments or approves.

2026-06-27
implement-ticket-v4
مطوّرو البرمجيات

Implement a single ticket following TI Engineering Standards. Pushes branch, creates PR, posts issue comment. Supports FIX mode to address review feedback on an existing PR.

2026-06-27
integration-test-v4
محللو ضمان جودة البرمجيات والمختبرون

Write integration tests for a merged implementation. Branches from main, follows existing Testcontainers patterns, creates PR. Supports FIX mode to address review feedback.

2026-06-27
orchestrate-v4
المهن الحاسوبية الأخرى

PR-based pipeline orchestrator with engineering review gates, milestone support, and observability. Refine → Implement (PR) → Review loop → Integration Tests (PR) → Review loop → Merge → Close. Recognizes milestone markers as hard stops.

2026-06-27
prd-to-backlog-v4
متخصصو إدارة المشاريع

Decompose a PRD, Screen Inventory, and Decisions Log into a milestoned backlog of vertical-slice stories. Creates GitHub issues on the project board following TI story-writing standards.

2026-06-27
reconcile-backlog-v4
متخصصو إدارة المشاريع

Reconcile PRD version changes against an existing backlog and codebase. Diffs the old and new PRDs, classifies each change as new ticket / update existing ticket / no action, and executes after user approval. Uses a checklist file for state tracking.

2026-06-27
refine-story-v4
متخصصو إدارة المشاريع

Refine a GitHub issue into an implementation-ready spec. Supports orchestrator mode (auto-decisions, issue comments, structured status report) and standalone mode (interactive).

2026-06-27
security-review-v4
محللو أمن المعلومات

OWASP Top 10 security review for pull requests with auto-detected infrastructure mode. Framework-aware analysis with attack vector requirements to minimize false positives. Posts findings as PR review comments or approves.

2026-06-27
triage-v4
مطوّرو البرمجيات

Interactive investigation and bug triage. Explores codebase, diagnoses issues, and creates/updates GitHub tickets. Never writes code.

2026-06-27
ui-test-v4
محللو ضمان جودة البرمجيات والمختبرون

Write automated UI tests for a merged implementation. Branches from main, follows existing Page Object Model patterns, creates PR. Supports FIX mode to address review feedback.

2026-06-27
security-review-v5
محللو أمن المعلومات

OWASP Top 10 security review for pull requests with auto-detected infrastructure mode. Framework-aware analysis with attack vector requirements to minimize false positives. Includes a fail-open / silent-error check. Posts findings as PR review comments or approves.

2026-06-27
conformance-v5
محللو ضمان جودة البرمجيات والمختبرون

Audit a project against TI Engineering Standards, including the v5 four-tier test model (TR-1..TR-11) and the v5 CI tiering. Informational only — produces a gap report, creates no files and makes no changes. Use when onboarding an existing codebase, returning to a dormant project, or after standards have been updated.

2026-06-27
engineering-review-v5
محللو ضمان جودة البرمجيات والمختبرون

Review a pull request against TI Engineering Standards. Three modes: implementation, integration-tests, ui-tests. Enforces the v5 test tiers two-way (flags missing AND redundant coverage), checks tier boundaries, counts critical-path tests, gates fix-code-not-test, and emits a mode-scoped TR checklist grid. Posts line-level PR comments or approves.

2026-06-27
implement-ticket-v5
مطوّرو البرمجيات

Implement a single ticket following TI Engineering Standards — writes Unit + Contract tests per the issue's behavior-first tier table (no business logic in Contract). Pushes branch, creates PR, posts issue comment. Supports FIX mode (fix the code, not the test) to address review feedback on an existing PR.

2026-06-27
monitor-v5
مطوّرو البرمجيات

Read-only live narrator for a v5 orchestration run. Watches the open `orchestration-run` tracking issue (plus PRs and CI) and emits an interpretive play-by-play — stage transitions, PR/review/merge events, CI verdicts, CLEANUP audit results, and stall/anomaly flags — until the run reaches its fixpoint. Never writes anything; pairs with the dumb-driver heartbeat (mechanical) as the smart layer.

2026-06-25
ui-test-v5
محللو ضمان جودة البرمجيات والمختبرون

Write Playwright UI tests for a merged implementation — journey-scoped (TR-4), conditional per surface (TR-5), critical-path tagged (TR-6). Runs the new tests via a scoped workflow_dispatch to the self-hosted runner. Creates PR. Supports FIX mode (fix the code, not the test).

2026-06-22
integration-test-v5
محللو ضمان جودة البرمجيات والمختبرون

Write integration tests for a merged implementation — real-infrastructure behavior ONLY (no contract re-assertion, TR-3). Branches from main, follows existing Testcontainers patterns, creates PR. Supports FIX mode (fix the code, not the test) to address review feedback.

2026-06-22
ci-fix-v5
محللو ضمان جودة البرمجيات والمختبرون

Monitor GitHub Actions workflow runs and auto-fix CI/CD failures — fix the code, not the test (TR-7). WATCH mode polls for completion after a merge; FIX mode diagnoses failures from logs and creates a fix PR. Used by the orchestrator as a background side-channel and standalone for ad-hoc repair.

2026-06-21
add-story-v3
متخصصو إدارة المشاريع

Conversationally create one or more stories for an existing project. Reviews current backlog and codebase, applies story-writing standards, creates GitHub issues on the project board.

2026-03-23
engineering-review-v3
محللو ضمان جودة البرمجيات والمختبرون

Review a pull request against TI Engineering Standards. Two modes: implementation (code review) and integration-tests (test quality review). Posts line-level PR comments or approves.

2026-03-23
implement-ticket-v3
مطوّرو البرمجيات

Implement a single ticket following TI Engineering Standards. Pushes branch, creates PR, posts issue comment. Supports FIX mode to address review feedback on an existing PR.

2026-03-23
integration-test-v3
محللو ضمان جودة البرمجيات والمختبرون

Write integration tests for a merged implementation. Branches from main, follows existing Testcontainers patterns, creates PR. Supports FIX mode to address review feedback.

2026-03-23
orchestrate-v3
مطوّرو البرمجيات

PR-based pipeline orchestrator with engineering review gates, milestone support, and observability. Refine → Implement (PR) → Review loop → Integration Tests (PR) → Review loop → Merge → Close. Recognizes milestone markers as hard stops.

2026-03-23
prd-to-backlog-v3
متخصصو إدارة المشاريع

Decompose a PRD, Screen Inventory, and Decisions Log into a milestoned backlog of vertical-slice stories. Creates GitHub issues on the project board following TI story-writing standards.

2026-03-23
refine-story-v3
مطوّرو البرمجيات

Refine a GitHub issue into an implementation-ready spec. Supports orchestrator mode (auto-decisions, issue comments, structured status report) and standalone mode (interactive).

2026-03-23
security-review-v3
محللو أمن المعلومات

OWASP Top 10 security review for pull requests. Framework-aware analysis with attack vector requirements to minimize false positives. Posts findings as PR review comments or approves.

2026-03-23
triage-v3
محللو ضمان جودة البرمجيات والمختبرون

Interactive investigation and bug triage. Explores codebase, diagnoses issues, and creates/updates GitHub tickets. Never writes code.

2026-03-23
engineering-review-v2
محللو ضمان جودة البرمجيات والمختبرون

Review a pull request against TI Engineering Standards. Two modes: implementation (code review) and integration-tests (test quality review). Posts line-level PR comments or approves.

2026-03-05
implement-ticket
مطوّرو البرمجيات

Implement a single ticket following all TI Engineering Standards. Loads context, applies critical constraints, builds/tests, commits, and reports.

2026-03-05
implement-ticket-v2
مطوّرو البرمجيات

Implement a single ticket following TI Engineering Standards. Pushes branch, creates PR, posts issue comment. Supports FIX mode to address review feedback on an existing PR.

2026-03-05
integration-test-v2
محللو ضمان جودة البرمجيات والمختبرون

Write integration tests for a merged implementation. Branches from main, follows existing Testcontainers patterns, creates PR. Supports FIX mode to address review feedback.

2026-03-05
عرض أهم 40 من أصل 45 skills مجمعة في هذا المستودع.