recall-commit

Automate commits with inline learning capture for Recall Labs projects.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill recall-commit-recallnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall-commit
Source: https://github.com/recallnet/polymarket-cross-sectional-momentum/tree/main/.agents/skills/recall-commit
Command: npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill recall-commit-recallnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates commits that attach inline learning capture to each change, preserving rationale and context with every update.

Core Features & Use Cases

  • Inline learning capture: Attach guard decisions, rationale, and notes to a commit.
  • Conventional commit workflow: Enforces standard commit types and a staged workflow (Stage & Compose, Reflect & Capture).
  • Guarded recalls: Validates that the repository is a Recall Labs project and that required artifacts exist before committing.

Quick Start

Run recall-commit to capture inline learning with your next commit.

Frequently Asked Questions about recall-commit

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

FAQPage Schema
How do I attach inline learning context to a git commit?

To attach inline learning context to a git commit, use a conventional commit workflow that embeds guard decisions and rationale directly into the commit message during code changes.

What is a conventional commit workflow with learning capture?

A conventional commit workflow with learning capture is an automated process that enforces standard commit types while attaching rationale, guard decisions, and notes to preserve context with every repository update.

How do I enforce conventional commit messages across my repositories?

You can enforce conventional commit messages by automating the commit workflow, which verifies required remotes and artifacts, then implements Stage & Compose followed by Reflect & Capture phases for standardized updates.

Do I need a specific repository setup to capture guard context during commits?

Yes, capturing guard context during commits requires a Recall Labs project repository, as the automated workflow validates that required learning artifacts and remotes exist before allowing the commit to proceed.

Why does my automated commit fail when trying to capture inline learning?

An automated commit with inline learning capture fails when the repository is not a valid Recall Labs project or when required learning artifacts and remotes are missing, preventing the guarded workflow from proceeding.