Skip to content

[rig-tasks] Add 10 rig samples — 2026-08-13 - #415

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-13-65eb6c1c90194df9
Draft

[rig-tasks] Add 10 rig samples — 2026-08-13#415
github-actions[bot] wants to merge 1 commit into
mainfrom
rig-tasks/2026-08-13-65eb6c1c90194df9

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-generic-constraint-extractor.md Extract T extends patterns from TypeScript files agent pass
2 412-readme-badge-analyzer.md Parse and classify README shield badges agent pass
3 413-python-requirements-risk-mapper.md Classify Python package risk from requirements.txt agent pass
4 414-git-merge-complexity-scorer.md Score merge commits by files changed complexity agent pass
5 415-ts-reexport-chain-tracer.md Trace export * from chains with circular detection agent pass
6 416-source-comment-density-reporter.md Measure comment vs code line ratio per file agent pass
7 417-git-blame-line-age-analyzer.md Classify source lines by commit age via blame agent pass
8 418-ts-mapped-type-extractor.md Extract { [K in T]: V } declarations from source agent pass
9 419-dotenv-drift-detector.md Diff .env.example keys against process.env usage agent pass
10 420-vitest-snapshot-reporter.md Parallel workflow counting vitest .snap entries workflow pass

Typecheck failures

None — all 10 tasks passed typecheck. Task 10 required one fix: parallel() in workflow body was replaced with Promise.all() due to a TypeScript inference limitation when the two subagent output shapes differ.

Tasks run

  • (reused) TypeScript generic constraint extractor
  • (reused) README badge status analyzer
  • (reused) Python requirements vulnerability mapper
  • (reused) Git merge commit complexity scorer
  • (reused) TypeScript re-export chain tracer
  • (reused) Source comment density reporter
  • (new) Git blame line age analyzer
  • (new) TypeScript mapped type extractor
  • (new) dotenv vs process.env drift detector
  • (new) Vitest snapshot count reporter workflow

Generated by Daily Rig Task Generator · sonnet46 109.6 AIC · ⌖ 9.54 AIC · ⊞ 6.8K ·

Samples cover: ts generic constraints, readme badge analysis, python risk mapper,
git merge complexity, ts reexport chain, comment density, git blame age,
ts mapped types, dotenv drift detection, vitest snapshot reporting.

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