qa-after-creation

Validate newly created components for syntax, security, structure, and quality scoring.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill qa-after-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-after-creation
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/qa/qa-after-creation
Command: npx skills add https://github.com/GDSDN/kord-aios --skill qa-after-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically validates newly created components (squads, agents, tasks, etc.) to ensure they meet quality, security, and structural standards before they are integrated into the system.

Core Features & Use Cases

  • Automated Validation: Runs a multi-phase check including syntax, security, structure, and quality scoring.
  • Early Error Detection: Catches issues like missing fields, invalid syntax, or security vulnerabilities immediately after creation.
  • Use Case: After an agent is created, this skill runs automatically to verify its persona completeness, command functionality, and absence of sensitive data, preventing flawed agents from entering the development pipeline.

Quick Start

Run the qa-after-creation skill on the newly created agent file located at 'agents/new-agent.md'.

Frequently Asked Questions about qa-after-creation

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

FAQPage Schema
How do I automate QA validation for newly created software components?

Automated QA validation for newly created components is performed through a five-phase process: Quick Checks, Security Scan, Structure Validation, Quality Scoring, and Report & Action. This verifies file existence, syntax, and structural integrity to prevent flawed components from entering your pipeline.

What does automated security scanning check for in newly created agents?

Automated security scanning checks newly created agents for security vulnerabilities and the absence of sensitive data. It validates persona completeness and command functionality immediately after creation to ensure flawed agents do not enter the development pipeline.

Can I use this to validate syntax and structural integrity for workflows and templates?

Yes, you can validate syntax correctness and structural integrity for workflows and templates, as well as squads, agents, and tasks. The validation process assigns a quality score based on predefined criteria to ensure all newly created components meet structural standards.

What's the best way to catch missing fields and invalid syntax after component creation?

The best way to catch missing fields and invalid syntax is running automated multi-phase checks immediately after creation. Early error detection validates file existence and syntax correctness, assigning a quality score to prevent flawed components from integration.

How does quality scoring work for newly created software components?

Quality scoring works by evaluating newly created components against predefined criteria during the Quality Scoring phase. It follows Quick Checks, Security Scan, and Structure Validation phases to generate a score and a final Report & Action output.

What limitations should I expect when running automated QA checks on new agents?

Automated QA checks are limited to validating file existence, syntax correctness, security vulnerabilities, and structural integrity of newly created components. The process assigns a quality score based on predefined criteria but does not execute functional runtime testing.