finalize-minor-task

Archive minor code changes and generate git commit messages.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/voidreader/band-of-mercenaries --skill finalize-minor-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finalize-minor-task
Source: https://github.com/voidreader/band-of-mercenaries/tree/main/.agents/skills/finalize-minor-task
Command: npx skills add https://github.com/voidreader/band-of-mercenaries --skill finalize-minor-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 Skill은 명세 없이 처리된 소규모 변경을 정리해 작업 흔적을 남기고, 아카이브와 커밋까지 일관된 형식으로 마무리하는 문제를 해결한다.

Core Features & Use Cases

  • 변경 분석: 현재 git 상태와 diff를 바탕으로 변경 파일, 변경 유형, 작업 목적을 빠르게 정리한다.
  • 작업 기록화: MinorTasks 아카이브 폴더와 plan.md, CHANGELOG fragment를 생성해 변경 의도를 문서로 남긴다.
  • 커밋 정리: 변경에 맞는 커밋 prefix와 메시지를 구성하고, 파일을 개별 스테이징해 커밋 흐름을 정돈한다.
  • Use Case: 버그 수정, 밸런스 값 조정, 사소한 UI 수정처럼 작은 작업이 끝난 뒤 이 Skill을 사용하면 기록과 커밋을 한 번에 정리할 수 있다.

Quick Start

변경된 소규모 작업을 분석해 MinorTasks 아카이브, CHANGELOG fragment, 커밋 메시지까지 생성해줘.

Frequently Asked Questions about finalize-minor-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize small git changes into a structured commit and changelog?

To organize small git changes into a structured commit, analyze the git status and diff to categorize the changes, generate a MinorTasks archive with a plan.md, create a changelog fragment, and format a git commit message.

What is the best way to archive minor bug fixes and configuration updates without a full feature workflow?

Archiving minor bug fixes and configuration updates without a full feature workflow involves creating a MinorTasks archive folder, documenting the change intent in a plan.md, and generating a changelog fragment before committing.

Can I generate a changelog fragment and commit message from a git diff for UI edits?

Yes, you can generate a changelog fragment and commit message from a git diff for UI edits by analyzing the changed files, determining the modification type, and applying a properly formatted commit prefix to stage and commit the files.

Does this minor task archiving process work for balance tweaks and small maintenance tasks?

This minor task archiving process works for balance tweaks and small maintenance tasks by treating them as MinorTasks, creating dedicated archive entries, and producing structured changelog fragments instead of following the feature implementation process.

How to format git commit messages for small maintenance tasks that lack a specification?

Formatting git commit messages for small maintenance tasks without a specification requires analyzing the git diff, determining the correct commit prefix based on the change type, and staging files individually before executing the commit.

When should I not use a minor task archiving workflow for code changes?

You should not use a minor task archiving workflow for code changes when the modifications follow the feature implementation process, as this workflow is specifically designed for bug fixes, UI edits, and configuration updates that lack formal specifications.