Aryan Mishra
feat: initial commit - Multilingual ABSA project setup with 6 phases, 36 requirements
a6b96c2
|
Raw
History Blame Contribute Delete
1.43 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
description: >-
  Triage and review open GitHub issues and PRs against project templates and
  contribution guidelines.
argument-hint: '[--issues] [--prs] [--label] [--close-incomplete] [--repo owner/repo]'
requires:
  - review
tools:
  read: true
  bash: true
  write: true
  grep: true
  glob: true
  question: true
One-command triage of the project's GitHub inbox. Fetches all open issues and PRs, reviews each against the corresponding template requirements (feature, enhancement, bug, chore, fix PR, enhancement PR, feature PR), reports completeness and compliance, and optionally applies labels or closes non-compliant submissions.

Flow: Detect repo β†’ Fetch open issues + PRs β†’ Classify each by type β†’ Review against template β†’ Report findings β†’ Optionally act (label, comment, close)

@/Users/theogengineer/Projects/Multilingual-Absa/.opencode/gsd-core/workflows/inbox.md **Flags:** - `--issues` β€” Review only issues (skip PRs) - `--prs` β€” Review only PRs (skip issues) - `--label` β€” Auto-apply recommended labels after review - `--close-incomplete` β€” Close issues/PRs that fail template compliance (with comment explaining why) - `--repo owner/repo` β€” Override auto-detected repository (defaults to current git remote) Execute end-to-end. Parse flags from arguments and pass to workflow.