Issue workflow
SkillProductivityApply when creating or tracking a GitHub issue, or planning multi-step work — the issue template and the task convergence loop.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Issue workflow skill
What this skill tells your AI
The instructions your AI receives, as published by varfish-org/mehari in .claude/skills/issue-workflow/SKILL.md and read by ahel’s review.
Create issues with gh issue create. The template also lives at .github/ISSUE_TEMPLATE/task.md. Sections marked (if applicable) are omitted for simple fixes.
## 1. Goal
[1-3 sentences: what must be achieved and why.]
**Scope**: [In scope. Explicitly deferred.]
## 2. Implementation Strategy (if applicable — complex features)
[Approach, design decisions, key changes.]
## 3. Implementation Plan / Tasks
- [ ] [Concrete, independently completable task]
## 4. Acceptance Criteria
- [ ] [Observable, verifiable condition]
- [ ] Tests pass (`cargo test --all-features`)
- [ ] `cargo fmt --check` and `cargo clippy --all-features -- -D warnings` clean
- [ ] OpenAPI schema regenerated + committed if the API surface changed
## 5. Design Rationale (if applicable)
[Why this approach over the alternatives.]
Rules: granular [ ] tasks; verifiable criteria that always include the cargo test/fmt/clippy baseline; omit inapplicable sections.
Convergence loop (optional)
Keep a gitignored issue-<n>.md at the repo root as the working source of truth (issue-*.md is git-ignored). Then loop, ONE task at a time:
- Mark the task
← in progress. - Implement red-green (see karpathy-principle).
- Run
cargo clippy/cargo fmtafter each change. - Mark
[x]; move to the next.
When all [x]: confirm the full suite green, then tick §4.
Signals
- GitHub stars
- 33
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
issue-workflow- Source
- github.com/varfish-org/mehari