plugin-changes-qa

Run automated QA checks on the compound-workflows plugin via bash and LLM agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adamfeldman/compound-workflows --skill plugin-changes-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-changes-qa
Source: https://github.com/adamfeldman/compound-workflows/tree/main/plugins/compound-workflows/skills/plugin-changes-qa
Command: npx skills add https://github.com/adamfeldman/compound-workflows --skill plugin-changes-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of running quality assurance checks on the compound-workflows plugin, ensuring its components adhere to defined standards and best practices.

Core Features & Use Cases

  • Deterministic Script Execution: Runs structural validation scripts for immediate feedback on plugin integrity.
  • LLM-Powered Semantic Analysis: Employs AI agents to review code for compliance with context-lean principles, role description accuracy, and command completeness.
  • Bead Tracking Integration: Cross-references findings with an issue tracking system (beads) to manage and monitor identified issues.
  • Use Case: Before merging a new feature into the compound-workflows plugin, run this Skill to automatically catch potential bugs, enforce coding conventions, and ensure all new commands and skills are properly documented and implemented.

Quick Start

Run the plugin-changes-qa skill to perform a full QA sweep on the compound-workflows plugin.

Frequently Asked Questions about plugin-changes-qa

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

FAQPage Schema
How do I automate code review and quality assurance checks for LLM agent plugins?

You can automate plugin quality assurance by running a skill that executes deterministic bash scripts for structural validation and employs LLM agents for semantic code review, ensuring compliance with context-lean principles and command conventions.

What is the best way to validate structural integrity and semantic correctness in plugin development?

The best way to validate plugin development is to run a comprehensive QA suite that checks structural integrity via bash scripts and verifies semantic correctness via LLM agents to ensure role descriptions and patterns are accurate.

Does automated plugin testing work with issue tracking and reporting systems?

Yes, automated plugin testing can integrate with a bead tracking issue management system, cross-referencing QA findings to monitor, manage, and report identified structural or semantic issues.

When do I need to run automated QA checks on my plugin before merging?

Run automated QA checks before merging new features into the compound-workflows plugin to automatically catch potential bugs, enforce coding conventions, and ensure all new commands and skills are properly documented.

Can I use LLM agents to review code for context-lean principles and role description accuracy?

Yes, you can use LLM-powered semantic analysis to review code, verifying compliance with context-lean principles, checking role description accuracy, and validating command completeness across the plugin.

What are the limitations of using bash scripts for plugin structural validation?

Bash scripts provide deterministic structural validation but do not assess semantic correctness; you need LLM agents to evaluate context-lean patterns, role descriptions, and command conventions for comprehensive quality assurance.