qfai-configure

Analyzes project layout to configure Q.fabric's mail settings and SMTP integration for automated notifications.

3|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/aganesy/QFAI --skill qfai-configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qfai-configure
Source: https://github.com/aganesy/QFAI/tree/main/packages/qfai/assets/init/.qfai/assistant/skills/qfai-configure
Command: npx skills add https://github.com/aganesy/QFAI --skill qfai-configure

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps ensure that your project's test files are correctly identified and configured within QFAI, enabling accurate traceability validation and a smoother CI/CD pipeline.

Core Features & Use Cases

  • Automated Configuration: Analyzes your repository to suggest and update qfai.config.yaml with appropriate test file globs.
  • Traceability Enhancement: Ensures that QFAI can accurately track requirements from specification to code by correctly identifying test artifacts.
  • Use Case: After initializing QFAI, you can run this skill to automatically discover where your project's tests are located and update the configuration so that npx qfai validate works correctly without manual glob pattern adjustments.

Quick Start

Run the qfai-configure skill to analyze the repository and tune qfai.config.yaml.

Frequently Asked Questions about qfai-configure

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

FAQPage Schema
How do I configure qfai.config.yaml for traceability validation?

Configure qfai.config.yaml by analyzing your repository structure and test file locations to define testFileGlobs and optional specSections based on existing project conventions.

Why does npx qfai validate fail to find my test files?

npx qfai validate fails to find test files when qfai.config.yaml contains incorrect testFileGlobs. Analyze your repository structure and update the configuration to match your actual test file locations.

How do I automatically discover test file globs for CI integration?

Automatically discover test file globs for CI integration by analyzing your repository to identify existing test patterns and update qfai.config.yaml for accurate test artifact discovery.

Can I specify specSections in qfai.config.yaml based on project conventions?

You can specify optional specSections in qfai.config.yaml by analyzing your repository's existing test patterns and project conventions to ensure accurate requirement tracking from specification to code.

Do I need to manually adjust glob patterns for QFAI setup?

You do not need to manually adjust glob patterns for QFAI setup. Analyzing the repository automatically suggests and updates qfai.config.yaml with appropriate test file globs based on existing test patterns.