• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hyperledger / fabric-x-committer / 29983158367 / 2
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 05:55AM UTC
Files 98
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Jul 2026 05:48AM UTC coverage: 45.958% (+0.03%) from 45.932%
29983158367.2

push

github

web-flow
[skills] Add development skill for writing new Go code (#694)

#### Type of change

- New feature
- Documentation update

#### Description

- Add a `development` skill capturing this repo's conventions for
writing new Go
code: code ordering (caller-before-callee, struct grouping, inline
single-use
helpers), concurrency (`errgroup` + `utils/channel` wrappers), Go 1.26
idioms,
error handling, and logging — plus a
`references/service-construction.md`
  blueprint for services/config/metrics.
- Add a `doc-audit` skill: after a development task it audits every
`*.md`/`*.yaml`/`*.tmpl` file for staleness the change introduced. Tier
A runs the
repo's existing generated-doc checks (`check-metrics-doc` /
`check-cli-doc` /
`check-sample-tree`) and regenerates them on drift, and flags config
samples that no
longer load; Tier B is a diff-scoped grep-and-judge sweep over docs,
agent
instructions, other skills, config samples, and config templates,
reporting
`file:line` with a suggested fix (report-only — it never edits prose).
It is wired
into the `development` skill's "Before you finish" checklist (dispatched
on a
  subagent to keep context clean) and is also manually invocable.
- Wire the skill set together: `pr-review` now reads the `development`
and `tests`
skills and flags deviations as findings; `tests` gains a "Reusing Test
Fixtures &
Helpers" section (repo harnesses + `fabric-x-common`
`testcrypto`/`tlsgen`).
- Fix stale references in `AGENTS.md` and `guidelines.md`:
`logger.ErrorStackTrace(err)`
does not exist — the real idiom is `logger.Errorf("%+v", err)`; also
correct the
  `gprcerror` -> `grpcerror` typo in `guidelines.md`.
- Trim `AGENTS.md`'s now-duplicated convention prose to a summary that
points at the
  `development` skill as the source of truth.

#### Additional details (Optional)

The `development` skill was validated with a with-skill vs. baseline
comparison across 6
coding tasks; the skill improved adherence on the subtle conventions a
capabl... (continued)

3547 of 7718 relevant lines covered (45.96%)

0.5 hits per line

Source Files on job core-db-test - 29983158367.2
  • Tree
  • List 98
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29983158367
  • 8def4990 on github
  • Prev Job for on main (#29847179072.3)
  • Next Job for on main (#29983184272.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc