email-service-devRepo-local Go coding conventions and implementation guidance for lfx-v2-email-service. Auto-attaches when editing Go code, NATS subjects and payloads, SMTP/SES/SQS tracking code, Makefile, Helm chart templates, or service-owned docs. Owns the email-service…email-service-preflightRepo-local mechanical pre-PR pipeline for lfx-v2-email-service. Runs Go working-tree checks, license headers, formatting, lint, build, tests, protected-file reporting, commit verification, and PR change summary. Run after /email-service-pr-readiness.email-service-pr-readinessRepo-local pre-PR shape check for lfx-v2-email-service. Audits only branch and PR hygiene: branch name, JIRA reference, conventional commits, rebase status, DCO plus GPG signing, total diff size, and email-service protected files. Does not audit Go code or…
repository explorer
linuxfoundation · Repositories and representative skills - Page 2
Repository-level view of 118 collected skills across 22 GitHub repositories.
project-service-devRepo-local Go coding conventions for lfx-v2-project-service. Auto-attaches when editing Go files, Goa design files, Makefile, go.mod/go.sum, or anything under api/, cmd/, internal/, pkg/, or gen/. Owns logging, errors, request context, pagination,…project-service-preflightMechanical pre-PR pipeline for lfx-v2-project-service. Checks working tree status, license headers, Go formatting, lint, build, tests, project-service protected files, commit verification, generated-code freshness, and PR change summary. Run after…project-service-pr-readinessPre-PR shape check for local lfx-v2-project-service work. Audits branch name, JIRA reference, conventional commits, rebase status, DCO plus GPG signing, total diff size, and project-service protected files against the target base branch. Shape only: no Go…
upgrade-maintenanceUpgrade all Go dependencies, fix payload/contract changes introduced by upstream LFX V2 services, and run a query service argument review pass. Use when upgrading dependencies, after upstream service contract changes, or for periodic maintenance of the…validate-search-filtersValidate MCP search tool filter parameters against the live OpenSearch resources index and upstream indexer-contract documentation. Use after any filter bug report or indexer contract change to identify broken, missing, or incorrectly implemented filter…
fga-sync-devPath-scoped Go coding conventions for the lfx-v2-fga-sync repository. Owns repo-local truth for the single-package main layout, slog logging style, NATS QueueSubscribe + JetStream KV cache patterns, the generic resource-agnostic handler shape, table-driven…fga-tuple-emissionUse when a resource service emits FGA tuples after a CRUD, when building or changing a `GenericFGAMessage` envelope, when debugging access checks ("user can't see X they should"), when editing fga-sync handlers, or when touching OpenFGA model boundaries or…
query-service-devAuto-attaches when editing Go code, Goa design, NATS request/reply, OpenSearch, CEL filter, pagination, request context, error mapping, generated code, tests, lint, or license headers inside lfx-v2-query-service. Owns repo-local Go coding conventions plus…query-resourceUse when editing the query-service `design/` Goa files, `internal/service/resource_search.go`, anything under `internal/infrastructure/opensearch/`, the access-control NATS integration in `internal/infrastructure/nats/`, or the CEL filter implementation. Also…
indexer-service-devAuto-attaches when editing Go code in lfx-v2-indexer-service. Owns repo-local Go conventions for this Clean Architecture NATS consumer that writes OpenSearch documents and emits domain events. Covers layer boundaries, the logging wrapper, NATS subscriber and…indexer-publishingUse for any change on the indexer write path: a resource service emitting to the LFX indexer (`lfx.index.<resource_type>`; consumed by `lfx.index.>`), building or changing an `IndexerMessageEnvelope`, touching `IndexingConfig`, modifying OpenSearch document…