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

Grants

يحتوي Grants على 14 من skills المجمعة من bcgov، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

fix-bug
مطوّرو البرمجيات

Diagnose and fix a bug in the Grants Applicant Portal — takes a bug report or stack trace, locates the root cause, implements a targeted fix, and verifies with tests.

2026-06-01
implement-ticket
مطوّرو البرمجيات

End-to-end ticket implementation for the Grants Applicant Portal — parses ticket details, architects a solution across frontend and/or backend, implements using specialist sub-agents in parallel, runs tests, and produces a PR-ready summary.

2026-06-01
onboard
مطوّرو البرمجيات

New developer orientation for the Grants Applicant Portal — tours the codebase, explains key architecture patterns, answers "how do I..." questions, and produces a personalised cheat sheet.

2026-05-12
refactor
مطوّرو البرمجيات

Refactor a component, service, or domain area in the Grants Applicant Portal — understands existing code, plans changes, implements via specialist sub-agents, and verifies nothing broke.

2026-05-12
review-pr
محللو ضمان جودة البرمجيات والمختبرون

Full PR review for the Grants Applicant Portal — runs security, architecture/conventions, and test coverage reviews in parallel and produces a structured report ready to paste into GitHub.

2026-05-12
new-endpoint
مطوّرو البرمجيات

Scaffold a complete FastEndpoints endpoint for the Grants Applicant Portal backend — creates the endpoint class, request, response, and validator files, then registers it within the domain folder.

2026-05-11
new-migration
مطوّرو البرمجيات

Create a new Entity Framework Core migration for the Grants Applicant Portal backend — runs dotnet ef migrations add, then summarises the generated Up/Down SQL.

2026-05-11
new-use-case
مطوّرو البرمجيات

Scaffold a CQRS use case for the Grants Applicant Portal backend — creates a Command or Query record and its Handler, following the MediatR + Ardalis.Result pattern.

2026-05-11
run-tests
محللو ضمان جودة البرمجيات والمختبرون

Run backend test suites for the Grants Applicant Portal — unit, integration, functional, or all, with a clear pass/fail summary.

2026-05-11
api-call
مطوّرو البرمجيات

Add a typed API method to the Grants Applicant Portal for a new backend endpoint — reads api.service.ts patterns, creates the response interface if needed, adds the method and a spec.

2026-04-30
env-check
مطوّرو البرمجيات

Audit environment variable consistency across environment.ts, environment.deploy.ts, and server.js — flags missing vars, hardcoded deploy values, and missing process.env fallbacks.

2026-04-30
new-feature
مطوّرو البرمجيات

Scaffold a complete new feature page for the Grants Applicant Portal — creates component files, registers a lazy route, and optionally creates a core service.

2026-04-30
new-service
مطوّرو البرمجيات

Create a new injectable service in the core layer of the Grants Applicant Portal — sets up ApiService injection, BehaviorSubject state, typed observables, and a spec file.

2026-04-30
new-shared-component
مطوّرو البرمجيات

Create a new reusable presentational component in the shared layer of the Grants Applicant Portal — generates .ts, .html, .scss, and .spec.ts files.

2026-04-30