Skip to content

Add random Rig sample report workflow - #200

Merged
pelikhan merged 7 commits into
mainfrom
copilot/add-agentic-workflow
Jul 27, 2026
Merged

Add random Rig sample report workflow#200
pelikhan merged 7 commits into
mainfrom
copilot/add-agentic-workflow

Conversation

Copilot AI commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Adds a daily agentic workflow that randomly selects five Rig samples, executes each through a delegated subagent, and reports outputs with structured runtime logs.

  • Sample execution

    • Selects exactly five samples per run.
    • Extracts complete rig fences and executes them through the Rig launcher.
    • Captures status, output, and bounded rig.* logs.
  • Reporting

    • Publishes one issue with per-sample results and grouped runtime logs.
    • Avoids duplicate, high-volume prompt and response logging.
  • Workflow configuration

    • Enables the Copilot SDK engine and pinned Rig skill.
    • Adds Agentic Workflow setup and compilation guidance to SKILL.md.
engine:
  id: copilot
  copilot-sdk: true
skills:
  - githubnext/rig/skills/rig/SKILL.md@<full-commit-sha>

Copilot AI and others added 7 commits July 26, 2026 20:41
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan July 26, 2026 21:03
@pelikhan
pelikhan marked this pull request as ready for review July 27, 2026 04:26
@pelikhan
pelikhan merged commit 21e349b into main Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants