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

powdream-org / it-shell3 / 23702252224
95%

Build:
DEFAULT BRANCH: main
Ran 29 Mar 2026 05:32AM UTC
Jobs 1
Files 98
Run time 1min
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

29 Mar 2026 05:26AM UTC coverage: 95.281%. Remained the same
23702252224

push

github

web-flow
feat(agents,skills): restructure implementation workflow with role separation (#2)

## Summary

- Split `qa-reviewer` into `qa-engineer` (spec test author) +
`qa-reviewer` (adversarial behavioral reviewer) to prevent role
degradation and eliminate self-review bias
- Add `development-reviewer` for convention/quality compliance (Zig
conventions + official Style Guide / Illegal Behavior)
- Add `devops` for build/test infrastructure (wiring, mise tasks, GitHub
Actions, Docker)
- New `/fix-code-convention-violations` skill with 2-round detection+fix
loop
- Restructured Steps 3-6: parallel spawning, dual review, typed issue
routing (`[CODE]`/`[TEST]`/`[CONV]`)
- `mise run test:all` unified task with `--coverage` default and
`--no-coverage` option
- Automated Zig docs caching with `scripts/fetch-zig-docs.sh` + GitHub
Actions workflow

## Agent structure (5 agents + 1 symlink)

| Agent | Role | Writes code |
|-------|------|-------------|
| implementer | Source code + inline unit tests | Yes |
| qa-engineer | Spec behavior tests from spec/scenario matrix | Yes
(tests only) |
| qa-reviewer | Dual review: code vs spec + tests vs spec | No |
| development-reviewer | Convention/quality review | No |
| devops | Build, test, CI infrastructure | Yes (infra only) |
| principal-architect | Over-engineering review (unchanged) | No |

## Test plan

- [ ] Verify \`mise run test:all -- --no-coverage\` works (macOS +
Linux)
- [ ] Verify \`scripts/fetch-zig-docs.sh\` fetches correct version
- [ ] Run \`/implementation\` on a test module to validate full workflow
- [ ] Verify no conflicts with Plan 6 in-progress work on main

5230 of 5489 relevant lines covered (95.28%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23702252224.1 29 Mar 2026 05:32AM UTC 98
95.28
GitHub Action Run
Source Files on build 23702252224
  • Tree
  • List 98
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23702252224
  • 7f75e34d on github
  • Prev Build on main (#23700327341)
  • Next Build on main (#23708112828)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc