Repo-local development conventions for the lfx-v2-committee-service. Auto-attaches on Go implementation paths (cmd/, internal/, pkg/, gen/), Goa design files under cmd/committee-api/design/, repo docs, the service-local Helm chart, Makefile, go.mod, and…
linuxfoundation/lfx-v2-committee-service
SkillsMP has collected 8 skills from linuxfoundation/lfx-v2-committee-service. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 0
- GitHub forks
- 1
Skills in this repository
Showing 8 of 8 collected skills.
Repo-owned `repo_learnings` review brain for lfx-v2-committee-service, loaded by the `lfx-local-review` host through the `local-learnings-review` discovery alias. Matches one pinned commit range — normally a commit against its first parent — against the…
Repo-owned `repo_code` review brain for lfx-v2-committee-service, loaded by the `lfx-local-review` host through the `local-code-review` discovery alias. Audits one pinned commit range — normally a commit against its first parent — against this repo's written…
Launch the three local reviewers as Claude subagents when lfx-local-review selects the Claude fallback.
How to judge the implementation of an lfx-v2-committee-service pull request: the general quality dimensions (correctness, error handling, tests, concurrency, readability, code truthfulness), how to hold the diff to the repo's documented standards for this Goa…
Senior code-review method for lfx-v2-committee-service pull requests. Use when the task is to review a PR for correctness, design, and security on this repo.
Pre-PR shape check for local lfx-v2-committee-service work. Audits branch name, JIRA reference, conventional commits, rebase status, DCO and GPG signing, total diff size, and repo-specific protected files against the target base branch. Does not audit Go…
Mechanical pre-PR validation for lfx-v2-committee-service. Checks working tree state, license headers, Go formatting, golangci-lint, API and CLI build, Go tests, repo-specific protected files, commit verification, and PR change summary. Run after…