Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Grants

Grants contient 14 skills collectées depuis bcgov, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
14
Stars
1
mis à jour
2026-06-01
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

fix-bug
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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