diagnose-agent

Profile agent strengths and weaknesses from learnings history and git signals.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/supertyrelle/pelley --skill diagnose-agent-supertyrelle
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: diagnose-agent
Source: https://github.com/supertyrelle/pelley/tree/main/skills/diagnose-agent
Command: npx skills add https://github.com/supertyrelle/pelley --skill diagnose-agent-supertyrelle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns an agent's historical work into an evidence-based profile of strengths, weaknesses, and knowledge gaps so you can understand performance before generating challenges or assessments.

Core Features & Use Cases

  • Learnings Evolution Analysis: Reads the agent's learnings history to find durable strengths, churned false positives, and sparse knowledge areas.
  • Git Signal Mining: Uses commit history and ownership patterns to surface fix-after-feature signals, churn, and focus areas.
  • Struggle Profile Output: Produces a ranked, pipe-friendly assessment that downstream skills can consume for challenge generation or active learning.
  • Use Case: Diagnose an agent before assigning harder work so you know whether it needs foundational gaps filled or adversarial edge-case practice.

Quick Start

Use the diagnose-agent skill to profile the named agent and return a ranked struggle profile for downstream use.

Frequently Asked Questions about diagnose-agent

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

FAQPage Schema
How do I profile an AI agent's strengths and weaknesses from git history?▼

You can profile an AI agent's strengths and weaknesses by analyzing git history, ownership patterns, and learnings evolution to produce an evidence-based assessment of durable skills and knowledge gaps.

What is agent profiling from learnings history and git signals?▼

Agent profiling from learnings history and git signals is the process of mining commit data and past learned behavior to surface fix-after-feature signals, churn, and sparse knowledge areas for performance review.

How do I diagnose a team agent before assigning harder work or generating challenges?▼

Diagnose a team agent by evaluating its historical learnings and git commit patterns to determine whether it needs foundational gaps filled or adversarial edge-case practice before assigning harder work.

Can I use git history to identify knowledge gaps in autonomous coding agents?▼

Yes, you can use git history to identify knowledge gaps by reading an agent's learnings files to find churned false positives and sparse knowledge areas, producing a ranked struggle profile for downstream use.

Does agent profiling require write access to the repository git history?▼

No, agent profiling requires only read-only access to team configuration, learnings files, and git history to produce a pipe-formatted struggle profile without modifying the repository.

What is the best way to assess agent performance using commit ownership patterns?▼

The best way to assess agent performance using commit ownership patterns is to mine git signals for fix-after-feature trends and churn, outputting a ranked, pipe-friendly struggle profile for downstream challenge generation.