fosrl
- 6 skills
- 0 followers
- 6 hours ago last updated
- ▌ Crud Endpoints · fosrlUse whenever asked to add, create, or scaffold a CRUD endpoint, router, or entity in this repo's server (create/list/get/update/delete handlers, new `server/routers/<entity>/` or `server/private/routers/<entity>/` folder). Points to the established file layout, middleware, ActionsEnum, and route-registration conventions before writing any code.
- ▌ CI Triage · fosrlDiagnose and fix CI failures locally using the repository's Taskfile and tooling. Use when GitHub Actions fail or checks are red.
- ▌ Doc Coauthoring · fosrl bundleGuide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
- ▌ Docs Verification · fosrlVerify and update documentation against actual repository behavior, commands, and workflows. Use when editing README, docs, or changelog.
- ▌ Envtest Integration · fosrlSetup, run, and debug Kubernetes integration tests using envtest. Use when working with test/integration or Kubernetes client behavior.
- ▌ Controller Change Review · fosrlReview and validate changes to the Kubernetes controller logic, including reconciliation loop, apply logic, transformation, and config handling. Use when modifying internal controller behavior or Kubernetes resource handling.