commit-research

Automates git commits for tracked tasks, ensuring reports exist first and messages are derived from them.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hve4638/hve-cc-marketplace --skill commit-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-research
Source: https://github.com/hve4638/hve-cc-marketplace/tree/main/research/skills/research-commit
Command: npx skills add https://github.com/hve4638/hve-cc-marketplace --skill commit-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The guidelines provide a structured approach to committing research work by linking commits to specific reports and journals, ensuring traceability and consistency in research documentation.

Core Features & Use Cases

  • Enforces report-first commit workflow by verifying relevant reports exist before commits.
  • Guides users to update related _report/ and _journal/ content and compose messages based on those reports.
  • Provides guardrails to prevent incomplete commits and to clearly communicate progress to reviewers.

Quick Start

Ensure a matching _report exists, update the report as needed, stage changes, and commit with a message derived from the report content.

Frequently Asked Questions about commit-research

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

FAQPage Schema
How do I enforce a report-first commit workflow for research documentation?

To enforce report-first commits for research documentation, this Skill verifies that matching reports exist in the _report/ directory before guiding you to stage changes and compose structured commit messages derived from those reports.

What is the best way to link research journal entries to git commits?

Linking research journal entries to git commits requires updating _journal/ content alongside _report/ files, ensuring your commit messages directly reference the specific reports to maintain traceability and consistency across your project history.

Can I commit research changes without creating a report first?

You cannot commit research changes without a report first, as this Skill provides guardrails that check for report existence, prevent incomplete commits, and enforce a strict report-first workflow with clear fallbacks for missing documentation.

How do you structure commit messages for research tasks?

Structuring commit messages for research tasks involves updating the relevant report content first, then composing the message based on that report, ensuring reviewers can clearly trace the committed work back to specific project documentation.

Does this research commit workflow work without external dependencies?

Yes, this research commit workflow operates without external dependencies, applying its guided multi-step messaging and guarded checks directly to your local _report/ and _journal/ directories to automate disciplined project commits.