Skip to content

Add Repo Assist agentic workflow#4399

Merged
dbrattli merged 2 commits intomainfrom
dbrattli/repo-assist
Mar 14, 2026
Merged

Add Repo Assist agentic workflow#4399
dbrattli merged 2 commits intomainfrom
dbrattli/repo-assist

Conversation

@dbrattli
Copy link
Collaborator

@dbrattli dbrattli commented Mar 14, 2026

Summary

  • Adds GitHub Agentic Workflow (gh-aw) repo-assist for automated repository support
  • Runs every 12 hours to triage issues, label, comment, investigate bugs, and create fix PRs
  • Can be triggered on-demand via /repo-assist <instructions> on issues/PRs
  • Customized for Fable's multi-target compiler: target-specific labels, shared code warnings, changelog requirements, CI-based validation

Setup required

  • Add ANTHROPIC_API_KEY as a repository secret

Test plan

  • Verify ANTHROPIC_API_KEY secret is added to the repository
  • Trigger a manual run via workflow_dispatch to verify the workflow executes
  • Test /repo-assist slash command on a test issue

🤖 Generated with Claude Code

dbrattli and others added 2 commits March 14, 2026 12:14
Sets up the GitHub Agentic Workflow (gh-aw) repo-assist for Fable, which runs
every 12 hours to triage issues, label, comment, create fix PRs, and maintain
the repository. Can also be triggered on-demand via /repo-assist on issues/PRs.

Customized for Fable's multi-target compiler: target-specific labels, shared
code warnings, changelog requirements, and CI-based validation (no local builds).

Requires ANTHROPIC_API_KEY repository secret.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a weighted task that processes GitHub code scanning (CodeQL) alerts,
fixes them in batches, and creates draft PRs. The repo has ~642 open alerts.
Given a weight of 8 so it gets selected frequently.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dbrattli dbrattli requested review from MangelMaxime and nojaf March 14, 2026 11:29
Copy link
Member

@nojaf nojaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still very new to repo assist and my experience it is better to try stuff and adjust if you need to! Oh and this will make a lot of noise but eventually it gets better.

@dbrattli dbrattli merged commit 883d3d3 into main Mar 14, 2026
30 checks passed
@dbrattli dbrattli deleted the dbrattli/repo-assist branch March 14, 2026 21:22
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