con un clic
lfx-v2-project-service
lfx-v2-project-service contiene 3 skills recopiladas de linuxfoundation, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Repo-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, generated-code boundary, NATS/KV publishing, tests, formatting, linting, and license headers for this repo. Central architecture, V2 service classes, and cross-repo handoffs stay in /lfx-skills:lfx-platform-architecture; cross-repo ownership questions stay in /lfx-skills:lfx.
Mechanical 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-readiness has passed. Supports report-only or dry-run mode.
Pre-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 code audit, no lint/build/test execution, and no PR side effects. Run before /project-service-preflight.