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

IIIvan37

عرض على مستوى المستودعات لـ 21 skills مجمعة عبر 4 مستودعات GitHub.

skills مجمعة
21
مستودعات
4
محدث
2026-07-25
مستكشف المستودعات

المستودعات و skills الممثلة

new-feature-hexa
مطوّرو البرمجيات

Build a NEW vertical slice (use-case + ports + pure core) OUTSIDE-IN — start from the consumer's need (a use-case / acceptance test), let it pull the domain into existence, then wire the adapter. Use when adding a genuinely new feature capability. For carving an EXISTING component/atom into a use-case, use extract-use-case instead.

2026-07-05
quality-gate
محللو ضمان جودة البرمجيات والمختبرون

Run the pixsaur quality guardrails (typecheck + comprehensive typecheck + biome & custom guards + tests with coverage + knip dead-code + jscpd duplication + Stryker on the pure core) and report. Use before declaring any change done, before a commit, or before opening a PR. Unlike a greenfield gate, pixsaur is a mature codebase mid-refactor — some detectors are ratcheted (report-only baseline), not zero-tolerance. Know which is which before you act.

2026-07-05
react-doctor
محللو ضمان جودة البرمجيات والمختبرون

Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.

2026-07-05
react-testing-patterns
محللو ضمان جودة البرمجيات والمختبرون

React component and hook testing idiom for pixsaur (Testing Library + Vitest + happy-dom). Use when writing or reviewing any *.spec.tsx — component rendering, user interaction, async assertions, renderHook. Complements tdd-cycle (which owns red-green-refactor); this skill owns HOW the React tests are written in this repo.

2026-07-05
session-report
مطوّرو البرمجيات

Close a refactor step with a resumable session report. Use at the end of every step/PR of the clean-archi refactor so a fresh session can pick up exactly where this one left off. Updates the canonical docs/refactor/STATUS.md and appends a dated report under docs/refactor/sessions/.

2026-07-05
tdd-cycle
محللو ضمان جودة البرمجيات والمختبرون

Drive a change through strict red-green-refactor TDD. Use for ANY change to the pure core (src/libs/** and src/domain/**) or any pure logic — write the failing test first, the minimal code to pass, then refactor under green. Enforces one-assertion-per-test and triangulation.

2026-07-05
extract-use-case
مطوّرو البرمجيات

Strangler-fig recipe to extract business orchestration out of a React component or Jotai atom into a pure, testable use-case with light ports. Use when refactoring a feature toward the use-cases + ports architecture (see docs in src/<feature>/application/README.md). Forces reuse of existing ports and deletion of the old code path — no parallel duplicates.

2026-06-13
refactor-preflight
مطوّرو البرمجيات

Run the refactor guardrails (typecheck + knip dead-code + jscpd duplication) and report before opening a refactor PR. Use after extracting a use-case or before pushing any strangler-fig refactor branch, to confirm no dead code lingers and no copy-paste was introduced.

2026-06-13
session-report
مطوّرو البرمجيات

Close a work step with a resumable session report. Use at the end of every step/PR so a fresh session can pick up exactly where this one left off. Updates the canonical docs/STATUS.md and appends a dated report under docs/sessions/.

2026-07-25
new-feature-hexa
مطوّرو البرمجيات

Build a new vertical slice in the hexagonal architecture OUTSIDE-IN — start from the consumer's need (a use-case / acceptance test), let it pull the domain into existence, then implement the adapter. Use when adding any feature. Forces consumer-driven design, port reuse, and a pure core.

2026-07-24
quality-gate
مطوّرو البرمجيات

Run the blocking quality gate (typecheck + biome + core-purity + tests with coverage + knip dead-code + jscpd duplication) and report. Use before declaring any change done, before a commit, or before opening a PR. Detectors are BLOCKING (greenfield, no debt to absorb) — a finding fails the gate.

2026-07-24
tdd-cycle
مطوّرو البرمجيات

Drive a change through strict red-green-refactor TDD. Use for ANY change to @app/core (domain or use-cases) and any pure logic — write the failing test first, the minimal code to pass, then refactor under green. Enforces the TDD-strict invariant.

2026-07-24
react-testing-patterns
محللو ضمان جودة البرمجيات والمختبرون

React component and hook testing idiom for packages/web (Testing Library + Vitest + jsdom). Use when writing or reviewing any *.spec.tsx — component rendering, user interaction, async assertions, renderHook. Complements tdd-cycle (which owns the red-green-refactor discipline); this skill owns HOW the React tests are written.

2026-07-03
عرض 4 من أصل 4 مستودعات
تم تحميل كل المستودعات