Skip to content

[rig-tasks] Add 10 rig samples — 2026-08-23 - #475

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-23-0aa20989f815bb51
Draft

[rig-tasks] Add 10 rig samples — 2026-08-23#475
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-23-0aa20989f815bb51

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

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

# File Description Kind Typecheck
1 451-shell-shebang-glob-validator.md Shell shebang glob validator agent pass
2 452-git-log-graph-summarizer.md Git log graph summarizer agent pass
3 453-ts-complexity-scorer.md TypeScript complexity scorer agent pass
4 454-parallel-multi-tool-workflow.md Parallel multi-tool workflow workflow pass
5 455-zlib-compression-analyzer.md Zlib compression analyzer agent pass
6 456-file-crypto-hash-reporter.md File crypto hash reporter agent pass
7 457-source-line-length-auditor.md Source line length auditor agent pass
8 458-workspace-symlink-inventory.md Workspace symlink inventory agent pass
9 459-xml-attribute-extractor.md XML attribute extractor agent pass
10 460-yaml-anchor-alias-reporter.md YAML anchor alias reporter agent pass

Typecheck failures

Task 4 — Parallel multi-tool workflow (fixed before commit)

Initial generation imported call/parallel from "rig" (not valid — these are workflow body params). Also used parallel() with heterogeneous agent output types (not supported). Fixed by switching to sequential await call(...) calls. Also required meta.description which was missing.

Task 9 — XML attribute extractor (fixed before commit)

Declared an unused tagPattern regex variable (TS6133). Fixed by removing the dead variable.

Tasks run

  • (reused) Shell script glob validator — p.glob, defineTool, repair
  • (reused) Git log graph summarizer — p.bash, defineTool, steering+repair
  • (reused) TypeScript complexity scorer — p.glob, defineTool, repair
  • (reused) Parallel multi-tool workflow — workflow, two subagents, phase
  • (reused) Zlib compression analyzer — node:zlib, defineTool, repair
  • (reused) File crypto hash reporter — node:crypto, p.glob, repair
  • (new) Source line length auditor — p.glob, defineTool, repair
  • (new) Workspace symlink inventory — p.bash, defineTool readlink/realpath
  • (new) XML attribute extractor — p.readInput, defineTool regex
  • (new) YAML anchor and alias reporter — p.glob, defineTool, steering+repair

Generated by Daily Rig Task Generator · sonnet46 127.3 AIC · ⌖ 9.34 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