- Add model: sonnet to issue-worker agent (balanced for implementation) - Add model: sonnet to pr-fixer agent (balanced for feedback iteration) - Add model: haiku to /dashboard command (read-only display) - Add model: haiku to /roadmap command (read-only categorization) - Document rationale for each model selection in frontmatter comments Closes #72 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
417 B
Markdown
17 lines
417 B
Markdown
---
|
|
description: Show dashboard of open issues, PRs awaiting review, and CI status.
|
|
# Model: haiku is sufficient for fetching and displaying data.
|
|
# This command only reads from Gitea and formats output - no complex reasoning needed.
|
|
model: haiku
|
|
---
|
|
|
|
# Repository Dashboard
|
|
|
|
@~/.claude/skills/gitea/SKILL.md
|
|
|
|
Fetch and display:
|
|
1. All open issues
|
|
2. All open PRs
|
|
|
|
Format as tables showing number, title, and author.
|