원클릭으로
Grants
Grants에는 bcgov에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.
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.
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.
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.
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.
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.
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.
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.
Run backend test suites for the Grants Applicant Portal — unit, integration, functional, or all, with a clear pass/fail summary.
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.
Audit environment variable consistency across environment.ts, environment.deploy.ts, and server.js — flags missing vars, hardcoded deploy values, and missing process.env fallbacks.
Scaffold a complete new feature page for the Grants Applicant Portal — creates component files, registers a lazy route, and optionally creates a core 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.
Create a new reusable presentational component in the shared layer of the Grants Applicant Portal — generates .ts, .html, .scss, and .spec.ts files.