Skip to content

[rig-tasks] Add 10 rig samples — 2026-08-03 - #343

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-03-8ca4be6d61009ed4
Draft

[rig-tasks] Add 10 rig samples — 2026-08-03#343
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-03-8ca4be6d61009ed4

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Added 10 new rig sample files to skills/rig/samples/.

# File Description Typecheck
1 361-stale-branch-detector-v3.md Stale branch detector using git for-each-ref + enum classification tool pass
2 362-license-header-checker-v3.md License header checker with async file read tool + input schema pass
3 363-yaml-config-diff-v3.md YAML config diff using two sync tools + p.readInput for caller paths pass
4 364-monorepo-workspace-lister-v3.md Monorepo workspace lister with async JSON.parse tool pass
5 365-gh-actions-timing-analyzer-v2.md GH Actions timing analyzer with async workflow analysis tool pass
6 366-binary-file-detector-v2.md Binary file detector sampling 8KB via node:fs/promises open pass
7 367-lockfile-integrity-checker.md Lockfile integrity checker with s.optional tool params + repair addon pass
8 368-graphql-schema-type-extractor.md GraphQL schema type extractor with s.record root output pass
9 369-path-structure-analyzer.md Path structure analyzer using node:path basename classification pass
10 370-ci-log-error-classifier.md CI log error classifier with p.readInput + repair addon pass

Typecheck failures

None — all 10 tasks passed typecheck on the first attempt.

Tasks run

  • (reused) Stale branch detector: p.bash git for-each-ref + enum classification tool
  • (reused) License header checker: input schema + async defineTool + node:fs/promises
  • (reused) YAML config diff: p.readInput for caller-supplied paths + two sync tools
  • (reused) Monorepo workspace lister: p.bash find + async JSON.parse tool
  • (reused) GH Actions timing analyzer: async workflow analysis + repair addon
  • (reused) Binary file detector: node:fs/promises open/read + s.record output
  • (new) Lockfile integrity checker: p.read + s.optional tool params + repair
  • (new) GraphQL schema type extractor: p.bash find + async regex tool + s.record root
  • (new) Path structure analyzer: input schema + node:path + s.record + repair
  • (new) CI log error classifier: p.readInput + sync classification tool + repair

Generated by Daily Rig Task Generator · sonnet46 132.3 AIC · ⌖ 9.38 AIC · ⊞ 6.8K ·

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants