Skip to content

[rig-tasks] Add 10 rig samples — 2026-08-12 - #410

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-12-5654e1b282a14876
Draft

[rig-tasks] Add 10 rig samples — 2026-08-12#410
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-12-5654e1b282a14876

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

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

# File Description Kind Typecheck
1 411-ts-async-function-finder-v2.md TypeScript async function finder v2 agent ✅ pass
2 412-npm-dep-depth-analyzer-v2.md NPM dependency depth analyzer v2 agent ✅ pass
3 413-gitignore-pattern-analyzer.md Gitignore pattern analyzer agent ✅ pass
4 414-makefile-phony-extractor-v2.md Makefile phony extractor v2 agent ✅ pass
5 415-ts-generic-constraint-extractor-v2.md TypeScript generic constraint extractor v2 agent ✅ pass
6 416-readme-badge-analyzer-v2.md README badge analyzer v2 agent ✅ pass
7 417-git-tag-message-extractor.md Git tag message extractor agent ✅ pass
8 418-ts-import-alias-resolver.md TypeScript import alias resolver agent ✅ pass
9 419-json-schema-property-counter.md JSON schema property counter (with input schema) agent ✅ pass
10 420-changelog-workflow.md Changelog entry workflow (3-stage pipeline) workflow ✅ pass

Typecheck failures

No failures — all 10 tasks passed typecheck.

Tasks run

  • (reused) TypeScript async function finder — p.bash find + async defineTool, steering()
  • (reused) NPM dependency depth analyzer — p.read + p.bash npm ls, recursive handler, repair()
  • (reused) Gitignore pattern tester — p.readOptional + two p.bash counts, repair()
  • (reused) Makefile phony extractor — p.readOptional + regex handler, steering()
  • (reused) TypeScript generic constraint extractor — async defineTool with node:fs/promises, repair()
  • (reused) README badge analyzer — multi-branch as const in handler, steering()
  • (new) Git tag message extractor — sync node:child_process in handler, s.optional(s.string), repair()
  • (new) TypeScript import alias resolver — p.readOptional tsconfig + p.bash grep, s.record(s.object(...)), steering()
  • (new) JSON schema property counter — input: s.object, p.readInput, recursive tool, repair()
  • (new) Changelog entry workflow — three-stage workflow() with sequential call() chain, s.enum propagation

Generated by Daily Rig Task Generator · sonnet46 120.8 AIC · ⌖ 9.33 AIC · ⊞ 6.8K ·

- 411: ts-async-function-finder-v2 (agent, steering)
- 412: npm-dep-depth-analyzer-v2 (agent, repair)
- 413: gitignore-pattern-analyzer (agent, repair)
- 414: makefile-phony-extractor-v2 (agent, steering)
- 415: ts-generic-constraint-extractor-v2 (agent, repair)
- 416: readme-badge-analyzer-v2 (agent, steering)
- 417: git-tag-message-extractor (agent, repair, child_process)
- 418: ts-import-alias-resolver (agent, steering)
- 419: json-schema-property-counter (agent, repair, input schema)
- 420: changelog-workflow (workflow, 3-stage pipeline)

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