Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Grants

Grants 收录了来自 bcgov 的 14 个 skills,并提供仓库级职业覆盖和站内 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