Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

Grants

Grants enthält 14 gesammelte Skills von bcgov, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
14
Stars
1
aktualisiert
2026-06-01
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

fix-bug
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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