skill-discovery

Analyze Git commits and logs to propose new Harness Skills.

8|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/zxdxjtu/harness --skill skill-discovery-zxdxjtu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-discovery
Source: https://github.com/zxdxjtu/harness/tree/main/skills/skill-discovery
Command: npx skills add https://github.com/zxdxjtu/harness --skill skill-discovery-zxdxjtu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes historical work data to identify recurring patterns and proposes encapsulated Harness Skills to standardize repeatable work.

Core Features & Use Cases

  • Detects repetition across commits, session logs, issues, and spec history.
  • Proposes candidate skills with structured handling and evaluation criteria.
  • Provides a concrete proposal ready for SKILL.md generation.

Quick Start

Provide a new Skill proposal by analyzing commits, sessions, issues, and spec history to identify recurring work patterns.

Frequently Asked Questions about skill-discovery

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

FAQPage Schema
How do I identify repeating work patterns from git commit history?

To identify repeating work patterns from git commit history, this Skill analyzes your commits, diff patterns, and progress logs to detect recurring workflows like dependency updates or bug reproduction, proposing them as new encapsulated skills.

What is the process for turning recurring workflows into standardized skills?

Turning recurring workflows into standardized skills involves analyzing spec history and evolution logs to find repetition, then generating a formatted proposal with phase-driven steps, inputs, and expected outputs aligned with the skill generation workflow.

Can I generate a SKILL.md proposal from my issue tracking and session logs?

Yes, you can generate a SKILL.md proposal from issue tracking and session logs. The Skill examines this history to detect common scenarios, outputting a structured frontmatter and detailed plan ready for skill generation.

Does skill discovery work without external dependencies or components?

Skill discovery works without external dependencies or components. It operates independently to analyze your historical work data, including commits and progress logs, to produce ready-to-build skill proposals.

When should I analyze work history to propose new automation skills?

You should analyze work history to propose new automation skills when you notice recurring processes across sessions and spec evolution. It helps standardize repeatable workflows like feature standardization into structured, reusable formats.