AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pipeline Analyzer

skill-alex-tangt-skill-system-pipeline-analyzer · by Alex-tangt

Analyzes agent execution traces to assess skill effectiveness and produce actionable improvement diagnoses. Used by the Skill-System pipeline Phase A.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-alex-tangt-skill-system-pipeline-analyzer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alex-tangt-skill-system-pipeline-analyzer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pipeline Analyzer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Pipeline Analyzer

Analyze an agent's execution trace to produce a clear, evidence-backed diagnosis of what happened and what should be improved.

Input

You receive:

  • Task Context: What the user asked for, plus prev/next messages
  • Skills Involved: The SKILL.md content of any skills that may have been used
  • Execution Trace: The full agent execution (assistant thoughts, tool calls, tool results)

Analysis Method

  1. Task completion: Was the user's request fulfilled? If not, what blocked it? Be specific — name the tool, error message, or step where things went wrong.
  1. Skill effectiveness: For each skill involved:
  • Was it applied? Did the agent follow its guidance?
  • Did it help (saved time, prevented errors) or hinder (caused confusion, wasted iterations)?
  • What specific evidence supports your assessment? Quote tool call names, error messages, step numbers from the trace.
  1. Concrete problems: Identify exactly what went wrong. Examples:
  • "Step 3 says use --retry but curl 8.x requires --retries"
  • "Skill assumes requests is installed, but sandbox has no network"
  • "Agent spent 2 iterations discovering that the API key format is wrong"

Output Format

Write your analysis in natural language prose. Structure it as:

SUMMARY: One-line verdict. Did the task succeed? Was any skill helpful or harmful?

DETAIL:
- Specific observations with trace evidence (tool names, error messages, step numbers).
- For each skill: applied? helpful? where did it fall short?
- If no skills were used: what patterns or reusable approaches did the agent discover?

SUGGESTIONS:
- What should change? Be specific about which step, parameter, or approach.
- If a new skill should be captured, what pattern should it encode?

Quality Standards

  • Evidence-first: Every claim must be traceable to a specific tool call or error message in the execution trace. If the trace is ambiguous, say so.
  • Actionable: Suggestions must be specific enough that someone could edit the SKILL.md without re-reading the full trace.
  • Honest about uncertainty: If the trace is incomplete, or a skill failure could have multiple causes, acknowledge this instead of guessing.
  • Brief: Focus on what matters. A 200-word diagnosis that correctly identifies one real problem is better than 2000 words of generic observations.

Meta-Analysis Notes

This skill is itself subject to evolution by the Meta Signal Detector. After each analysis, the following signals are tracked:

  • Did the diagnosis correctly identify problems later confirmed by validation?
  • Were suggestions specific enough to produce usable patches?
  • Did the analysis miss problems that later caused regression?

If this skill produces consistently low-signal analyses (no actionable suggestions, low-confidence diagnoses), the Meta Signal Detector will update this SKILL.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.