Skip to main content
linuxfoundation
GitHub クリエイタープロフィール

linuxfoundation

22 件の GitHub リポジトリにある 118 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
118
リポジトリ
22
更新
2026年9月2日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
lfx-skills
19 件の skills · 2026年8月25日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターテクニカルライターその他コンピュータ職ネットワーク・コンピュータシステム管理者プロジェクト管理専門家
6 件の職業カテゴリ · 100% 分類済み
16%比率
#02
lfx-self-serve
14 件の skills · 2026年8月27日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト
3 件の職業カテゴリ · 100% 分類済み
12%比率
#03
lfx-v2-newsletter-service
12 件の skills · 2026年7月31日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者情報セキュリティアナリスト
3 件の職業カテゴリ · 100% 分類済み
10%比率
#04
crowd.dev
10 件の skills · 2026年7月28日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
8.5%比率
#05
lfx-v2-member-service
10 件の skills · 2026年8月19日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 90% 分類済み
8.5%比率
#06
lfx-v2-committee-service
8 件の skills · 2026年8月17日
ソフトウェア品質保証アナリスト・テスターその他コンピュータ職ソフトウェア開発者
3 件の職業カテゴリ · 100% 分類済み
6.8%比率
#07
insights
7 件の skills · 2026年7月9日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
5.9%比率
#08
lfx-v2-campaign-service
5 件の skills · 2026年8月14日
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 80% 分類済み
4.2%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

lfx-local-review
ソフトウェア品質保証アナリスト・テスター

Run the local pre-PR review trio on the current repo — the general reviewer plus the repo's own code and learnings reviewers — on headless Pi when it is available, or Claude subagents otherwise, and return their ordinary Markdown reports. Use after a commit,…

2026年8月25日
lfx-general-code-review
ソフトウェア品質保証アナリスト・テスター

The general code-review method for LFX local reviews — correctness, security, data privacy, error handling, simplicity, naming, DRY, testing, performance and style, over one explicit pinned range, normally the single commit at the branch's tip. Carries no…

2026年8月22日
lfx
その他コンピュータ職

LFX cross-repo topology and ownership router. Use when the task spans more than one LFX repo, asks "which repo owns X", "where does Y live", "what repos does this touch", "what consumes Z", or needs a peer-repo file path from inside a single repo. Loads…

2026年8月19日
lfx-object-store-design
ソフトウェア開発者

Central explainer for adding object storage capability to an LFX V2 service. Covers the S3-compatible storage decision, hard requirements (no presigned uploads, private buckets only, 20 MB cap, per-service bucket ownership, metadata/payload separation), Go…

2026年8月4日
lfx-object-store-ops
ネットワーク・コンピュータシステム管理者

Provisioning requirements for LFX object storage backends in deployed environments (prod, staging, shared dev): private S3 buckets, CloudFront with Origin Access Control, shared wildcard certificate, and IRSA write access, all in `lfx-v2-opentofu`. Written…

2026年8月4日
lfx-pr-resolve
ソフトウェア品質保証アナリスト・テスター

Address PR review comments, fetches unresolved threads, makes code changes, commits with a summary, responds to each comment, resolves threads, posts a follow-up summary, dismisses stale "changes requested" reviews, and re-requests review. Use whenever…

2026年7月29日
copilot-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Senior review method for lfx-skills pull requests. Use whenever the task is to review a pull request on this repo, whatever it changes.

2026年7月27日
lfx-skills-code-review
ソフトウェア品質保証アナリスト・テスター

How to judge an lfx-skills pull request: what makes a skill or reviewer agent sound (frontmatter, triggers, internal consistency, reference accuracy) and whether the change respects the central-vs-repo boundary of the LFX skills fanout architecture. Use on…

2026年7月27日
収集済み skill 19 件中 8 件を表示しています。
lfx-review-pr
ソフトウェア品質保証アナリスト・テスター

Review a pull request against LFX architecture standards. Requires the reviewer's HEAD to be the PR's branch (author scenarios are natural; external reviewers run `gh pr checkout <N>` first). Fetches main fresh, then launches…

2026年8月27日
lfx-self-serve-pr-readiness
ソフトウェア品質保証アナリスト・テスター

Pre-PR shape check on local lfx-self-serve work. Audits PR-shape sanity (branch name, ticket reference — JIRA or GitHub Issue —, conventional-commit format, rebase status, DCO + GPG signing per commit, total diff size, and protected files touched) against the…

2026年8月27日
preflight
ソフトウェア品質保証アナリスト・テスター

Mechanical pre-PR pipeline, license headers, format, lint, build, protected file check, commit verification, and PR change summary. Run after the post-commit reviewer trio has been drained and `/lfx-self-serve-pr-readiness` has passed. Pattern/convention…

2026年8月27日
self-serve-dev
ソフトウェア開発者

Guided development workflow for building, fixing, updating, or refactoring code, components, services, backend endpoints, shared types, or full features. Use whenever someone wants to add a feature, fix a bug, modify existing code, create something new,…

2026年8月27日
copilot-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Senior code-review method for lfx-self-serve (LFX One) pull requests. Use when the task is to review a PR for correctness, design, and security on this repo.

2026年7月27日
self-serve-code-review
ソフトウェア品質保証アナリスト・テスター

How to judge the implementation of an lfx-self-serve (LFX One) pull request: the general quality dimensions (correctness, error handling, tests, performance, readability, code truthfulness) and how to hold the diff to the repo's documented standards for the…

2026年7月27日
self-serve-security-review
情報セキュリティアナリスト

Security review for lfx-self-serve (LFX One) pull requests. Use when a PR touches the auth middleware or route classification, the OIDC session or token-exchange paths, a server controller or service, a proxy call to an upstream microservice, the public…

2026年7月27日
drawer
ソフトウェア開発者

Use when building or modifying a Self Serve drawer component — slide-in detail panels with lazy data loading, chart integration, two-way `[(visible)]` bindings, and the standard responsive width class chain. Trigger phrases include "building a drawer", "open…

2026年6月10日
収集済み skill 14 件中 8 件を表示しています。
newsletter-service-learnings-reviewer
ソフトウェア品質保証アナリスト・テスター

Repo-owned learnings review brain for local pre-PR review on lfx-v2-newsletter-service. Matches the reviewed change against the empirical pattern knowledge base in docs/reviews/knowledge-base/ — patterns extracted from real past PR review comments on this…

2026年7月31日
local-review-fallback
ソフトウェア品質保証アナリスト・テスター

Launch the three local reviewers as Claude subagents when lfx-local-review selects the Claude fallback.

2026年7月31日
newsletter-service-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Repo-owned code-review brain for local pre-PR review on lfx-v2-newsletter-service. Audits the reviewed change against this repo's written rule surface — CLAUDE.md, the repo-local skills, and the service-owned contract docs — and returns an ordinary Markdown…

2026年7月31日
copilot-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Senior code-review method for lfx-v2-newsletter-service pull requests. Use when the task is to review a PR for correctness, design, and security and post review comments on this repo. Posts inline severity-tagged comments plus a summary on the PR itself.

2026年7月27日
newsletter-service-cut-release
ソフトウェア開発者

Cut a new GitHub release/tag for lfx-v2-newsletter-service from main, verify the tagged build published the image and Helm chart, then open a version-bump PR on lfx-v2-argocd pinning the target environments to the new version. Use when the user asks to "cut a…

2026年7月20日
newsletter-service-agentic-pr
ソフトウェア開発者

How to drive an open lfx-v2-newsletter-service pull request through the agentic review flow: read the lfx-reviewer "Agentic review check" comment, fix or rebut every blocking finding, answer every review thread, push one batched round at a time, and loop…

2026年7月15日
agentic-comment-format
ソフトウェア開発者

The exact format for the two verdict comments the agentic review posts on a lfx-v2-newsletter-service pull request: the needs-human verdict (escalation) and the agentic-check verdict (conductor). Use whenever you post either verdict. Defines the human…

2026年7月15日
pr-conductor
ソフトウェア品質保証アナリスト・テスター

Conduct an lfx-v2-newsletter-service pull request to a clean state: reconcile the AI reviewers' threads against the latest commits and developer replies, work with the engineer on findings that go against the architecture, and report whether the change is…

2026年7月15日
収集済み skill 12 件中 8 件を表示しています。
write-api-e2e-tests
ソフトウェア品質保証アナリスト・テスター

Write API end-to-end tests. Use when adding or changing API endpoints, or when the user asks for API e2e, smoke, or contract tests.

2026年7月28日
write-unit-tests
ソフトウェア品質保証アナリスト・テスター

Write focused Vitest unit tests. Use when adding or improving unit tests for business logic, data access, common services, or other server modules.

2026年7月28日
packages-worker-add-entrypoint
ソフトウェア開発者

Scaffold a new sub-worker inside packages_worker (npm, deps.dev, osv, scorecard, etc.) following the single-service multi-entry-point structure. Use when: "add a new packages worker", "scaffold a sub-worker in packages_worker", "new worker for packages-db",…

2026年6月12日
packages-worker-setup
ネットワーク・コンピュータシステム管理者

Get packages_worker running locally — first time or resuming after a break. Spins up packages-db if not running, applies any pending migrations, and starts the worker. All steps are safe to re-run. Use when: "set up packages worker", "start packages worker",…

2026年5月26日
adr
ソフトウェア開発者

Record an architecture decision as an ADR in docs/adr/. Use when choosing between frameworks, libraries, databases, or architectural patterns; stating a decision with reasoning ("we decided X instead of Y because..."); or querying past decisions ("why did we…

2026年5月22日
commit
ソフトウェア開発者

Generate a commit message and commit staged changes using git commit -s -S.

2026年5月22日
dco
ソフトウェア開発者

Recover from missing DCO sign-off on commits. Handles the single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check that blocks PRs without sign-off. Use when a PR fails the DCO check, when a commit…

2026年5月22日
preflight
ソフトウェア開発者

Pre-PR validation — working tree status, format, lint, TypeScript check, and protected file check. Workspace-aware: detects which of backend/, frontend/, services/apps/*, services/libs/* were changed and runs only the relevant scripts. Use before submitting…

2026年5月22日
収集済み skill 10 件中 8 件を表示しています。
member-add-endpoint
未分類

Use when adding a new HTTP endpoint to the lfx-v2-member-service (b2b_org, b2b_org settings, project membership, key contacts, admin actions, or related membership resources). Covers the Goa design update, regeneration, handler implementation, test…

2026年8月19日
member-service-dev
ソフトウェア開発者

Path-scoped Go and Goa conventions for the lfx-v2-member-service repo. Auto-attaches when editing Go implementation, Goa design files, NATS KV cache code or request/reply handlers, logging, pagination, errors, request context, generated-code boundaries,…

2026年8月19日
agentic-comment-format
ソフトウェア開発者

The exact format for the two verdict comments the agentic review posts on a lfx-v2-member-service pull request: the needs-human verdict (escalation) and the agentic-check verdict (conductor). Use whenever you post either verdict. Defines the human…

2026年8月3日
copilot-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Senior code-review method for lfx-v2-member-service pull requests: reviewer scope and knowledge sources, how to place a change in this Salesforce-backed Go service and in the LFX V2 platform around it, and the signal discipline that keeps review quiet unless…

2026年8月3日
escalation-guidelines
ソフトウェア開発者

Detailed boundaries behind the needs-human decision for lfx-v2-member-service: authentication and the Heimdall RuleSet, the access grants this service emits, writes to production Salesforce data and the shared API budget, authoritative no-TTL state,…

2026年8月3日
needs-human-escalation
ソフトウェア品質保証アナリスト・テスター

Decide whether an lfx-v2-member-service pull request needs a human's sign-off before it can merge (the needs-human gate), regardless of code quality. Use when the task is the needs-human escalation on a PR. Posts a single machine-readable needs-human verdict…

2026年8月3日
pr-conductor
ソフトウェア品質保証アナリスト・テスター

Conduct an lfx-v2-member-service pull request to a clean state: reconcile the AI reviewers' threads against the latest commits and developer replies, work with the engineer on findings that go against the architecture, and report whether the change is clean.…

2026年8月3日
member-service-code-review
ソフトウェア品質保証アナリスト・テスター

How to judge the implementation of an lfx-v2-member-service pull request: the grounding technique for reading a hunk in its real context, the general quality dimensions (correctness, error handling, logging, tests, concurrency, readability, code…

2026年7月28日
収集済み skill 10 件中 8 件を表示しています。
committee-service-dev
ソフトウェア開発者

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…

2026年8月17日
committee-service-learnings-reviewer
ソフトウェア品質保証アナリスト・テスター

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…

2026年7月31日
committee-service-code-reviewer
ソフトウェア品質保証アナリスト・テスター

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…

2026年7月31日
local-review-fallback
その他コンピュータ職

Launch the three local reviewers as Claude subagents when lfx-local-review selects the Claude fallback.

2026年7月31日
committee-service-code-review
ソフトウェア品質保証アナリスト・テスター

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…

2026年7月27日
copilot-code-reviewer
ソフトウェア品質保証アナリスト・テスター

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.

2026年7月27日
committee-service-pr-readiness
ソフトウェア品質保証アナリスト・テスター

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…

2026年5月28日
committee-service-preflight
ソフトウェア品質保証アナリスト・テスター

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…

2026年5月28日
fix-vulns
ソフトウェア開発者

Automated triage and fixing of Dependabot security vulnerabilities (IN-1189). Starts by asking which scope to tackle (critical, high, medium/low, or specific advisories) with checkboxes. Fetches open alerts, dedupes them, classifies each by origin (submodule…

2026年7月9日
adr
ソフトウェア開発者

Record an architecture decision as an ADR in docs/adr/. Use when choosing between frameworks, libraries, databases, or architectural patterns; stating a decision with reasoning ("we decided X instead of Y because..."); or querying past decisions ("why did we…

2026年5月22日
commit
ソフトウェア開発者

Generate a commit message and commit staged changes using git commit -s -S.

2026年5月22日
preflight
ソフトウェア品質保証アナリスト・テスター

Pre-PR validation — license headers, format, lint, TypeScript check, build, and protected file check. Use before submitting any PR, to check if code is ready, validate changes, or verify a branch before review.

2026年5月22日
review-pr
ソフトウェア品質保証アナリスト・テスター

Review a pull request against Insights architecture standards — fetches PR diff, verifies previous comments are addressed, validates PR metadata (title, branch, JIRA, size), runs a code-standards check against every file in `.claude/rules/` and…

2026年5月22日
setup-docs
ソフトウェア開発者

Run the docs site, blog, or Storybook locally. Use when contributing to documentation, previewing blog posts, or developing UI components in isolation. Not needed for regular frontend development.

2026年5月22日
setup
ソフトウェア開発者

Full development environment setup from scratch — prerequisites, dependencies, .env file, optional local PostgreSQL database (for auth/collections/chat work), and dev server. Use for first-time setup, broken environments, missing env vars, or when the app…

2026年5月22日
campaign-service-code-reviewer
未分類

Repo-owned code-review brain for lfx-v2-campaign-service, the code role of the local pre-PR reviewer trio. Audits the host-pinned commit range against this repository's written rule surface — CLAUDE.md, README, Makefile, docs/, the OKF knowledge bundle, the…

2026年8月14日
local-review-fallback
ソフトウェア品質保証アナリスト・テスター

Launch the three local reviewers as Claude subagents when lfx-local-review selects the Claude fallback.

2026年8月2日
campaign-service-learnings-reviewer
ソフトウェア品質保証アナリスト・テスター

Repo-owned empirical review brain for lfx-v2-campaign-service, the learnings role of the local pre-PR reviewer trio. Matches the host-pinned commit range against the repo-owned knowledge base at docs/reviews/knowledge-base/ — patterns extracted from verified…

2026年7月31日
campaign-service-code-review
ソフトウェア品質保証アナリスト・テスター

How to judge the implementation of an lfx-v2-campaign-service pull request: the Go quality dimensions (correctness, concurrency, error handling, tests, performance, readability, code truthfulness), how to hold the diff to the repo's documented standards, and…

2026年7月27日
copilot-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Senior code-review method for lfx-v2-campaign-service pull requests. Use when the task is to review a PR for correctness, design, and security on this repo.

2026年7月27日
meeting-service-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Repo-owned code-review brain for lfx-v2-meeting-service, the repo-code role of this repo's local pre-PR review. Audits one commit or range against this repo's written rule surface — CLAUDE.md, the FGA/indexer/event-processing/ITX contract docs, the Goa design…

2026年7月31日
meeting-service-learnings-reviewer
ソフトウェア品質保証アナリスト・テスター

Repo-owned empirical-review brain for lfx-v2-meeting-service, the repo-learnings role of this repo's local pre-PR review. Matches one commit or range against this repo's knowledge base of patterns extracted from real past PR review comments, applies the…

2026年7月31日
local-review-fallback
ソフトウェア品質保証アナリスト・テスター

Launch the three local reviewers as Claude subagents when lfx-local-review selects the Claude fallback.

2026年7月31日
copilot-code-reviewer
ソフトウェア品質保証アナリスト・テスター

Senior code-review method for lfx-v2-meeting-service pull requests. Use when the task is to review a PR for correctness, design, and security on this repo.

2026年7月27日
meeting-service-code-review
ソフトウェア品質保証アナリスト・テスター

How to judge the implementation of an lfx-v2-meeting-service pull request: the line-level grounding method, the quality dimensions, the traps specific to this Goa service's two surfaces (the ITX proxy and the v1 KV event pipeline), and the security anchors…

2026年7月27日
22 件中 12 件のリポジトリを表示