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

grooveshop-django-api

يحتوي grooveshop-django-api على 4 من skills المجمعة من vasilistotskas، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

migration-safety-audit
مصممو قواعد البيانات

Audit Django migrations for backwards-compatibility under the Argo CD PreSync hook deploy model (schema lands BEFORE new code rolls out). Use after generating a migration, before committing one, when reviewing a PR that touches `*/migrations/*.py`, or when the user says "is this migration safe", "audit migration", "check migration safety", "will this break prod".

2026-04-27
migration-check
مديرو قواعد البيانات

Check for missing or conflicting Django migrations. Use when models are modified, after scaffolding new endpoints, or before committing. Runs makemigrations --check and validates migration graph consistency. Also use when the user says things like "check migrations", "are migrations up to date", "migration status", or after any model field changes.

2026-02-25
gen-test
محللو ضمان جودة البرمجيات والمختبرون

Generate pytest tests for the GrooveShop Django API following all project conventions: CustomDjangoModelFactory usage, APITestCase with setUpTestData, query counting for N+1 detection, proper authentication patterns, and assertion conventions. Use this skill whenever the user wants to generate tests, write tests, add test coverage, or says things like "test this", "add tests for X", "write tests for the Y endpoint", "generate unit tests", "cover this model with tests". Also use when the user asks to test factories, managers, signals, serializers, or views.

2026-02-24
scaffold-endpoint
مطوّرو البرمجيات

Scaffold a complete DRF API endpoint for the GrooveShop Django API following all project conventions: BaseModelViewSet, ActionConfig, serializer tiering, optimized managers, composable FilterSets, manual URL routing, and admin registration. Use this skill whenever the user wants to create a new API endpoint, add a new resource/entity, scaffold views/serializers/filters for an existing model, or says things like "add an endpoint for X", "create CRUD for Y", "scaffold API for Z". Also use it when adding a new Django app that needs API endpoints.

2026-02-24