fingerprint

Community

Detect and classify repo changes.

AuthorOiranca
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill determines if changes in a code repository are significant enough to warrant further processing by downstream agents, preventing unnecessary computation and focusing efforts on meaningful updates.

Core Features & Use Cases

  • Change Detection: Identifies staged, unstaged, and untracked files using Git commands.
  • Materiality Classification: Classifies changes as 'none', 'non-material', or 'material' based on predefined file patterns (dependencies, build configs, app surface, etc.).
  • State Management: Updates agent state and logs decisions for traceability.
  • Use Case: Before running a full build or deployment pipeline, this Skill quickly assesses if code modifications affect critical areas like package dependencies or build configurations, deciding whether to proceed or halt execution.

Quick Start

Run the fingerprint skill to detect and classify changes in the repository.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fingerprint
Download link: https://github.com/Oiranca/copilot-agents-skills/archive/main.zip#fingerprint

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.