Skip to main content
xcrft
ملف منشئ GitHub

xcrft

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

skills مجمعة
26
مستودعات
1
محدث
2026-07-31
مستكشف المستودعات

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

mastermind-design-intake
مصممو واجهات الويب والرقمية

Turn a design handoff into a task contract that can actually be checked — named source, resolved components, token names instead of raw values, and an explicit list of what stays unverifiable. Use when a Figma frame, mockup, or design spec is handed over for implementation.

2026-07-31
mastermind-product-intake
متخصصو إدارة المشاريع

Convert a PRD, ticket, or feature request into a task contract that can fail — behaviour split from outcome, product nouns resolved to symbols that exist, unspecified cases surfaced as questions, and success metrics parked where a merge gate cannot wave them through. Use when product writing is handed over for implementation.

2026-07-31
mastermind-security-research
محللو أمن المعلومات

Enumerate what a change can reach and what enforces it — privileged operations and their callers, guards and the sites that apply them, and every module that reads a secret — before designing an auth, permission, or secrets change. Feeds the security review; produces a population and a gap list, never a verdict.

2026-07-30
mastermind-test-audit
محللو ضمان جودة البرمجيات والمختبرون

Read-only review of whether the tests in a finished change actually prove its behaviour — changed code no test reaches, a test exercising a different path than the one that changed, an assertion edited to match the new output, and a suite that ran nothing. Use after implementation, and whenever a change claims to be covered.

2026-07-30
mastermind-runtime-research
مطوّرو البرمجيات

Gather who already depends on a service, handler, or state owner before changing it, and name the runtime gaps the codegraph cannot span. Use before designing a change to an API, queue consumer, background job, migration, or shared state; it feeds the architecture review rather than replacing it.

2026-07-30
mastermind-frontend-audit
محللو ضمان جودة البرمجيات والمختبرون

Read-only review of a finished UI change against the codegraph — a component nothing renders, a props contract changed without its callers, a reinvented component, or a raw value where the design system has a token. Use after implementing React or Vue work; triggers "review this UI change", "check the component", or a finished frontend diff.

2026-07-30
mastermind-browser-verification
محللو ضمان جودة البرمجيات والمختبرون

Turn "I opened it and it looks fine" into recorded evidence — accessibility tree over screenshot, console and network errors as mechanical failures, viewport and colour-scheme checks as a checklist, and anything unchecked marked unchecked. Use after implementing a UI change in a client that can drive a browser.

2026-07-30
mastermind-component-research
مطوّرو البرمجيات

Ground a UI change in the codegraph before writing it — find whether the component already exists, who renders it, and what its props contract is. Use before creating or changing any React or Vue component; triggers "add a component", "change these props", "build this screen", or a Figma frame handed over for implementation.

2026-07-30
عرض أهم 8 من أصل 26 skills مجمعة في هذا المستودع.
عرض 1 من أصل 1 مستودعات
تم تحميل كل المستودعات