arifos-workflow-gitforge

Analyze git history to estimate entropy impact and hot zones for planned changes.

49|8|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/ariffazil/arifOS --skill arifos-workflow-gitforge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arifos-workflow-gitforge
Source: https://github.com/ariffazil/arifOS/tree/main/.codex/skills/arifos-workflow-gitforge
Command: npx skills add https://github.com/ariffazil/arifOS --skill arifos-workflow-gitforge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes git history to estimate entropy impact and hot zones for planned changes, helping teams avoid risky merges and unplanned churn.

Core Features & Use Cases

  • Entropy Delta calculation for the current branch to gauge change complexity.
  • Hot zone detection in recent commits to identify volatile areas.
  • Risk scoring for proposed changes with guidance on decomposition.
  • Pre-change guidance to surface recommended next steps before merging.

Quick Start

Run on the current repo to get a deltaS, hot zones, and a risk score. Example: python -c 'from arifos_core.trinity.forge import analyze_branch; import sys; report = analyze_branch("HEAD"); print(report.files_changed, report.hot_zones, report.entropy_delta, report.risk_score)'