workflow-analyzer

Analyze git history to identify repeated manual operations in development workflows.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/christianearle01/claude-config-template --skill workflow-analyzer-christianearle01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-analyzer
Source: https://github.com/christianearle01/claude-config-template/tree/main/.claude/skills/workflow-analyzer
Command: npx skills add https://github.com/christianearle01/claude-config-template --skill workflow-analyzer-christianearle01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes Git commit histories to identify repeated manual operations in development workflows and suggests targeted improvements to automate them.

Core Features & Use Cases

  • Commit Pattern Analysis: detects frequently repeated actions across commits and PRs.
  • Skill Improvement Suggestions: proposes new Skills to address detected inefficiencies.
  • New Skill Discovery: surfaces opportunities to evolve your Skill ecosystem based on real usage data.

Quick Start

Run a local analysis of your repository to surface top repetitive patterns and recommended Skill evolutions.

Frequently Asked Questions about workflow-analyzer

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

FAQPage Schema
How do I analyze git history to find repeated manual operations?

To analyze git history for repeated manual operations, the Skill scans commits, branches, and PR activity using local git, grep, and bash tooling to produce a structured insight report highlighting repetitive commit patterns.

How do I identify commit patterns to suggest new automation skills?

You can identify commit patterns by applying this Skill to your repository, which surfaces frequently repeated actions across commits and PRs to propose targeted improvements and new automation Skills.

Can I use workflow analysis on any Git-based project repository?

Yes, you can use this workflow analysis on any Git-based project repository. It requires access to the repository's commit history and operates using local git, grep, and bash tooling to detect patterns.

What is the best way to discover opportunities to evolve my Skill ecosystem?

The best way to discover opportunities to evolve your Skill ecosystem is to analyze real usage data from your repository's commit history, surfacing repetitive development workflows that can be targeted for new Skill creation.

What do I need to run a local repository workflow analysis?

You need access to your repository's commit history and local tooling including git, grep, and bash. The Skill uses these dependencies to analyze your development workflow and generate an insight report.