Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

fabric-x-committer

fabric-x-committer 收录了来自 hyperledger 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
25
更新
2026-07-23
Forks
18
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

development
软件开发工程师

Conventions for writing NEW Go code in the Fabric-X Committer repo: code organization/ordering, concurrency (errgroup + context-aware channels), Go 1.26 idioms, error handling, logging, and service/config/metrics structure. Use this skill BEFORE writing or modifying any Go source in this repository — adding a service, component, function, gRPC handler, or config field, or refactoring existing code — so the new code matches established patterns and passes `make lint`. For test-only work use the `tests` skill; for reviewing a PR use `pr-review`.

2026-07-23
doc-audit
软件开发工程师

Audit the repository's documentation, agent instructions, other skills, config samples, and config templates for staleness introduced by a code change — every *.md, *.yaml/*.yml, and *.tmpl file. Use AFTER finishing any development task that touched Go code, config fields, CLI flags, metrics, make targets, scripts, or file/package layout, and whenever the user asks to "check the docs", "audit the docs", or "did I make anything obsolete?". It auto-fixes the repo's generated docs (metrics reference, CLI help, loadgen sample tree) and reports likely-stale prose, agent instructions, skills, and config templates with file:line and a suggested edit. Runs well on a dispatched subagent to keep the parent context clean. It only audits EXISTING files for staleness a code change introduced — do not use it to author or edit documentation (writing a new doc, adding a section, rewriting prose). For writing new Go code use the `development` skill; for tests use `tests`; for PR review use `pr-review`.

2026-07-23
pr-review
软件质量保证分析师与测试员

Review a GitHub pull request for the Fabric-X Committer project and post comment-only findings. Invoke with the PR URL.

2026-07-23
tests
软件质量保证分析师与测试员

Write and/or run unit and integration tests, ensuring high code coverage and reliability.

2026-07-23
commit-and-issue
软件开发工程师

Write a commit message (which becomes the GitHub PR description verbatim) or open a GitHub issue for the Fabric-X Committer repo, following the repo's PR template and conventions. Use whenever the user wants to commit staged changes, write or fix a commit/PR message, prepare a PR description, or open/file/create a GitHub issue for this project — even for terse asks like "commit this", "write the PR description", or "file an issue for this bug".

2026-07-21