skill-quality-assessment

Collect structured skill feedback and track improvements with auditable JSON files.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/tjespers/claude-skills --skill skill-quality-assessment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-quality-assessment
Source: https://github.com/tjespers/claude-skills/tree/main/skill-quality-assessement
Command: npx skills add https://github.com/tjespers/claude-skills --skill skill-quality-assessment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Structured feedback collection and improvement tracking for skills. Provides two workflows - giving feedback on skill effectiveness after task execution, and processing feedback to implement improvements with audit trail.

Core Features & Use Cases

  • Workflow 1: Providing Feedback to document skill effectiveness issues and successes during task execution.
  • Workflow 2: Processing Feedback to implement improvements and generate audit trail of changes.
  • Outputs and references: default locations for FEEDBACK_<YYYYMMDD>.json and IMPROVEMENT_<YYYYMMDD>.json, plus an auditable history for versioning; includes guidelines and tooling.

Quick Start

Describe a task where you used a skill, start feedback with Workflow 1 to capture issues and successes, then run Workflow 2 to apply improvements and generate an audit trail.

Frequently Asked Questions about skill-quality-assessment

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

FAQPage Schema
How do I collect structured feedback on skill effectiveness after task execution?

Structured feedback on skill effectiveness is collected by documenting issues and successes encountered during task execution, which generates a dated JSON file capturing assessment data for subsequent processing and improvement tracking.

What is the best way to track skill improvements with an auditable trail?

Tracking skill improvements with an auditable trail is achieved by processing collected feedback to implement changes, generating an IMPROVEMENT_YYYYMMDD.json file stored under the skill directory for versioning and historical auditing.

How does feedback processing generate an audit trail for workflow improvements?

Feedback processing generates an audit trail by evaluating collected effectiveness data, implementing documented changes across multiple tasks, and outputting versioned improvement files that provide a historical record of all modifications made.

Do I need any dependencies to run structured feedback and improvement workflows?

No dependencies are required to run the structured feedback and improvement tracking workflows, as the skill operates independently using scripts and references to produce versioned JSON outputs.

Can I apply skill quality assessment across multiple tasks and workflows?

Skill quality assessment can be applied across multiple tasks by evaluating skill effectiveness after each execution and implementing changes with a consistent audit trail that tracks improvements over time.

What files are produced when auditing skill performance and improvements?

Auditing skill performance produces FEEDBACK_YYYYMMDD.json files for capturing effectiveness data and IMPROVEMENT_YYYYMMDD.json files for documenting applied changes, both stored under the skill directory for versioning.