Skip to content

Add random Rig sample report workflow#200

Draft
pelikhan with Copilot wants to merge 7 commits into
mainfrom
copilot/add-agentic-workflow
Draft

Add random Rig sample report workflow#200
pelikhan with Copilot wants to merge 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>
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