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

sre-bot

يحتوي sre-bot على 8 من skills المجمعة من cds-snc، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

python-quality-gates
محللو ضمان جودة البرمجيات والمختبرون

Run and triage Python quality gates with minimal, root-cause fixes; use when validating feature work before completion.

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

Apply project testing standards for app/tests layout, naming, dependency overrides, and route/service coverage.

2026-07-22
fastapi-api-patterns
مطوّرو البرمجيات

Apply typed FastAPI route patterns with clean dependency boundaries, stable error mapping, and test coverage for success/failure paths.

2026-07-21
implementation-planning
مطوّرو البرمجيات

Author review-ready implementation plans grounded in real code, with a hard single-PR size gate and decomposition into safe incremental tasks when exceeded.

2026-07-21
settings-singleton
مطوّرو البرمجيات

Apply partitioned settings and singleton provider patterns; use when adding or refactoring settings and provider wiring.

2026-07-21
backlog-task-workflow
مطوّرو البرمجيات

Operate Backlog.md tasks through the backlog CLI only; use when reading, planning, executing, or finalizing any task under backlog/tasks.

2026-07-16
plugin-registration-lifespan
مطوّرو البرمجيات

Apply pluggy registration and lifespan startup patterns for package discovery, initialization ordering, and testable startup behavior.

2026-07-16
type-model-boundaries
مطوّرو البرمجيات

Choose correct Python type boundaries (Protocol, dataclass, BaseModel, TypedDict) for maintainable FastAPI architecture.

2026-04-27