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

approvalsTypescript

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

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

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

mikado-method
مطوّرو البرمجيات

Enforce and guide the Mikado Method when a developer is refactoring, restructuring, or dealing with legacy code. Use this skill whenever the user mentions refactoring, technical debt, legacy code, code restructuring, dependency untangling, or "breaking everything" when making changes. Also trigger when the user wants to make a large change safely, asks how to split a big refactoring task, wants to work on main branch without a long-lived feature branch, or asks how to incrementally improve a codebase. The skill enforces the full Mikado loop: goal → naive attempt → map prerequisites → revert → implement leaves → commit → repeat.

2026-04-08
oop-principles
مطوّرو البرمجيات

Evaluate TypeScript/JavaScript code against Dave Thomas's OO principles and the Tell Don't Ask rule. Trigger when: class has only static methods; class has a single public method + constructor; code uses GoF pattern names (Decorator/Factory/Strategy/Builder/Command/Observer); class is invalid until setters are called; data class with only constructor + properties; external code reads getters to make decisions (Tell Don't Ask); user asks "is this a code smell?", "should this be a class or a function?", or "why does my code feel procedural?".

2026-04-08
refactoring
مطوّرو البرمجيات

Detect code smells and apply refactoring techniques to improve clarity, testability, and maintainability.

2026-04-08
tcrdd
محللو ضمان جودة البرمجيات والمختبرون

Guide users through TDD and TCRDD (Test && Commit || Revert + Test Driven Development). Use this skill whenever a user mentions TDD, test-driven development, writing tests before code, red-green-refactor cycles, or unit testing workflows. Also trigger when a user asks about TCRDD, TCR, "test commit revert", "git gamble", or wants a strict TDD workflow with automatic commits and reverts. Trigger when the user asks to implement a feature, fix a bug, or write a class/function and mentions tests, TDD, or "test first". If the user shares code and asks for a review with any testing angle, consult this skill.

2026-04-08
testing
محللو ضمان جودة البرمجيات والمختبرون

Master testing strategy — philosophy, approach, architecture decisions, test quality audit, and BDD review practices.

2026-04-08
typescript-design-patterns
مطوّرو البرمجيات

Design patterns for TypeScript—Factory, Strategy, Builder, Decorator, Singleton, Mixin, and more with problem-oriented and GoF triggers.

2026-04-08
typescript
مطوّرو البرمجيات

TypeScript error handling via union returns, strictness policy, runtime validation with Zod, monorepo contracts, and domain types vs DTOs.

2026-04-08
typescript-solid
مطوّرو البرمجيات

SOLID principles for reducing coupling and improving testability—SRP, OCP, LSP, ISP, and DIP with TypeScript examples.

2026-04-08
typescript-type-system
مطوّرو البرمجيات

Deep dive into TypeScript's type system—narrowing, discriminated unions, mapped types, conditional types, type guards, branding, and escape hatches.

2026-04-08