checkpoint

Analyze Git diffs and TASKS.md context to automate code reviews at task completion.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill checkpoint-insightflo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/checkpoint
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill checkpoint-insightflo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires project-team, and includes scripts (resource) components.

What problem does it solve?

This skill provides immediate, structured code reviews at task/PR completion to catch issues early and speed up feedback loops.

Core Features & Use Cases

  • Auto-detect Git Diff to identify changed code
  • Auto-extract TASKS.md context to map changes to tasks and requirements
  • Auto-invoke /security-review and gate checks as part of the review flow
  • Hook gate + fix guide to guide remediation and ensure compliance

Quick Start

Run /checkpoint after completing a task to trigger automated reviews and gate checks.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I automate code reviews at PR completion using git diff?▼

Automated code reviews at PR completion analyze git diffs and extract TASKS.md context to map changes to requirements. This process triggers gate checks and optional AI multi-review to catch issues early and speed up feedback loops.

How do I run a security review on my changed code before merging?▼

To run a security review on changed code, trigger the /security-review command after task completion. This invokes gate checks and optional AI multi-review as part of the post-change workflow to ensure compliance and guide remediation.

What is a hook gate in automated code review workflows?▼

A hook gate in automated code review workflows orchestrates gate checks and fix guides to ensure compliance after git diff detection and task context extraction. It enforces remediation steps before changes are finalized.

Can I link task context from TASKS.md directly to my git diff analysis?▼

Yes, you can link task context from TASKS.md to git diff analysis. The review process auto-extracts TASKS.md context to map code changes directly to tasks and requirements, providing structured and immediate feedback.

Do I need a project team setup to run automated AI reviews on pull requests?▼

Yes, a project team setup is required to run automated AI reviews on pull requests. The dependency ensures proper environment configuration and hook gate orchestration for security integration and post-change workflow execution.

What is the best way to catch security issues early in a development task?▼

The best way to catch security issues early is to trigger automated reviews at task completion. This applies /security-review and gate checks to changed code, providing a fix guide for immediate remediation before merging.