Skip to content

feat: Add Flue-based GitHub issue triage workflow#15

Merged
codewizdave merged 1 commit into
mainfrom
feature/flue-issue-triage
Jun 3, 2026
Merged

feat: Add Flue-based GitHub issue triage workflow#15
codewizdave merged 1 commit into
mainfrom
feature/flue-issue-triage

Conversation

@martyy-code

Copy link
Copy Markdown
Contributor

Summary

  • Add Flue workflow for automated issue triage using MiniMax M2.7
  • Add triage skill with decision tree and 6 comment templates
  • Add GitHub Actions workflow triggered on issues.opened and issues.edited
  • Configure MiniMax provider for Anthropic-compatible endpoint
  • Add package.json scripts for flue dev/build/run

Comment Templates

The triage agent posts contextual comments based on decision:

Decision Template
status: ready All required fields complete
status: needs-info Missing required information
status: blocked Depends on another issue
type: duplicate Duplicate of existing issue
type: wontfix Won't be addressed
type: question Question, not a task

Files Changed

File Purpose
.flue/workflows/triage.ts Triage workflow with MiniMax M2.7
.flue/app.ts MiniMax provider configuration
.claude/skills/triage/SKILL.md Triage instructions and templates
.github/workflows/issue-triage.yml GitHub Actions workflow
flue.config.ts Flue configuration
package.json Added @flue/cli, @flue/runtime, valibot, hono

Test Plan

  • Test workflow locally: pnpm flue run triage --target node --payload '{"issueNumber": 7}'
  • Verify comment is posted on test issue
  • Add MINIMAX_API_KEY secret to GitHub repo
  • Create test issue to verify automation works

🤖 Generated with Claude Code

- Add Flue workflow for automated issue triage using MiniMax M2.7
- Add triage skill with decision tree and comment templates
- Add GitHub Actions workflow triggered on issues.opened/edited
- Configure MiniMax provider for anthropic-compatible endpoint
- Add package.json scripts for flue dev/build/run

Comment templates for:
- status: ready, needs-info, blocked
- type: duplicate, wontfix, question

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
errors-web Ready Ready Preview, Comment Jun 3, 2026 3:36pm

@codewizdave codewizdave merged commit 90ced42 into main Jun 3, 2026
6 checks passed
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