Files
architecture/commands/work-issue.md
Hugo Nijhuis b8ca2386fa Use @ file references to include skills in commands
Skills have only ~20% auto-activation rate when referenced by name.
Using @~/.claude/skills/*/SKILL.md guarantees skill content is loaded.

Updated all commands to use file references instead of "Use the X skill".
Updated docs/writing-commands.md with new pattern and examples.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 11:09:26 +01:00

743 B

description, argument-hint
description argument-hint
Work on a Gitea issue. Fetches issue details and sets up branch for implementation. <issue-number>

Work on Issue #$1

@~/.claude/skills/gitea/SKILL.md

  1. View the issue to understand requirements
  2. Create a branch: git checkout -b issue-$1-<short-kebab-title>
  3. Plan: Use TodoWrite to break down the work based on acceptance criteria
  4. Implement the changes
  5. Commit with message referencing the issue
  6. Push the branch to origin
  7. Create PR with title "[Issue #$1]