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

backend-dev-skills

يحتوي backend-dev-skills على 5 من skills المجمعة من cskwork، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

explore
مطوّرو البرمجيات

Use when starting a non-trivial backend task in a legacy or multi-service codebase — especially when you've never touched the affected area, the blast radius is unclear, or a quick fix would be tempting but risky

2026-05-08
qa-engineer
محللو ضمان جودة البرمجيات والمختبرون

Use when a change has been deployed to a dev/stg/audit/prod project environment and browser-level E2E proof against the deployed URL is needed — typically after /verify passes and the deploy lands, for post-deploy smoke checks, or standalone when a specific deployed flow needs ad-hoc browser verification. Not for localhost — /verify owns that.

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

Use when a user-reported or ticketed browser issue must be reproduced in an actual Playwright browser before coding, especially when exact URL, account/role, data state, screenshots, network calls, and as-is/to-be comparison evidence are needed.

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

Use when code changes have been made to backend HTTP endpoints and HTTP-level proof against a running service is needed — typically after /work completes, or standalone when you have an endpoint plus at least one payload to probe ad-hoc

2026-05-08
work
مطوّرو البرمجيات

Use when an approved exploration report exists at <artifact-root>/.backend/<YYYYMM>/<slug>/explore.md, including service-local .backend folders, and it is time to implement the plan

2026-05-08