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

AllanWessels

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

skills مجمعة
20
مستودعات
1
محدث
2026-05-25
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

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

agent-model-selection
مطوّرو البرمجيات

Pass model explicitly when dispatching sub-agents. Parent-default inheritance bypasses cost considerations; reserve stronger models for tasks that genuinely need them.

2026-05-25
api-rewrite-sweep
مطوّرو البرمجيات

When a commit changes a component's public API, the same commit must update every test asserting the removed surface — split commits leave CI broken even when each commit is internally consistent.

2026-05-25
audit-then-fanout-fix
مطوّرو البرمجيات

When a class of bug keeps slipping through tests, run a coverage-matrix audit first, then fan out fix agents per gap — don't whack-a-mole individual failures.

2026-05-25
ci-vs-dev-environment-parity
مطوّرو البرمجيات

Before pushing to CI, validate that your local test run is representative — three predictable axes diverge (gitignored fixtures, dev-only ports, dev-only env vars) and each has a deterministic fix.

2026-05-25
fix-first-then-test
مطوّرو البرمجيات

Land every code fix before running the test harness. Use grep + read to debug; the harness is a verifier, not a debugger.

2026-05-25
observable-outcome-tests-over-mocks
محللو ضمان جودة البرمجيات والمختبرون

Tests that mock the layer where the bug lives cannot catch bugs at that layer. Write tests that drive the same code path the user drives, ending at something the user can see.

2026-05-25
parallel-fanout-verification
مطوّرو البرمجيات

When verifying or fixing a multi-layer change, dispatch each test layer and each independent fix as a parallel sub-agent rather than running serially in the main context.

2026-05-25
pre-handoff-clean-state-proof
مطوّرو البرمجيات

Before saying "ready, retest", prove the state is clean by running a concrete numbered checklist. Never claim clean state — demonstrate it with real command output.

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