
finish-issue
by liberioai
Validation, signing, and verification tools for .ds.md workflow files
SKILL.md
schema_version: "1.0.0" name: finish-issue title: Finish Issue Workflow version: "1.0.0" status: stable objective: Prepare a GitHub issue branch for PR with quality checks, cleanup, and review recommendations description: Prepare a GitHub issue branch for PR with quality checks, cleanup, and review recommendations. Use when user says "finish issue", "ready for PR", "prepare for review", "submit PR", "create PR", "finalize issue", or "wrap up". authors:
- name: Dossier Community checksum: algorithm: sha256 hash: 7f81210beb8488fe5b8c2f3002a48c23331d4cbf726824154d0515b7d25a2d44
Finish Issue Workflow
When the user wants to finalize their work on a GitHub issue and prepare a PR:
Prerequisites
- dossier-tools installed (
pip install dossier-tools) - On a feature/bug branch (not main/master)
- GitHub CLI (
gh) authenticated
Steps
- Verify we're on a feature/bug branch (not main/master)
- Run the finish workflow:
dossier run imboard-ai/development/git/finish-issue-workflow - Respond to prompts for each check category
- Confirm successful PR creation with the user
What This Does
- Git prep: Fetch latest, rebase onto main, check for conflicts
- Security scans: Detect secrets, hardcoded paths, files that should be gitignored
- Code cleanup: Find debug statements, commented code, unresolved TODOs
- Project checks: Run linter, formatter, type checker, tests
- Review recommendations: Suggest reviewers based on changed files (security, DB, ops, etc.)
- PR creation: Generate description from PLANNING.md + commits, link to issue, push and create PR
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です