pwaf-build-report

Generate a PWAF build_report.md traceability document with skills, gaps, and test logs.

5|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/databricks-solutions/partner-ai-dev-kit --skill pwaf-build-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pwaf-build-report
Source: https://github.com/databricks-solutions/partner-ai-dev-kit/tree/main/skills/build-report
Command: npx skills add https://github.com/databricks-solutions/partner-ai-dev-kit --skill pwaf-build-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, repeatable template to produce a build_report.md for PWAF connectors, capturing traceability, sufficiency assessment, and test error/fix history to close the feedback loop with the skills and rules that guided development.

Core Features & Use Cases

  • Structured template to document used skills, gaps, and test outcomes for PWAF connector implementations.
  • Enables maintainers to verify PWAF alignment and accelerate onboarding of new connectors.
  • Serves as a living artifact for audits, improvements, and knowledge transfer.

Quick Start

Run this skill after implementing a PWAF connector to generate the build_report.md traceability document.

Frequently Asked Questions about pwaf-build-report

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

FAQPage Schema
How do I generate a build report for a PWAF connector implementation?

To generate a PWAF connector build report, run this skill after implementing your connector. It produces a structured build_report.md document that records skills used, sufficiency gaps, and test log details for traceability.

What sections are required in a PWAF build report traceability document?

A PWAF build report traceability document requires sections for Primary Skill, Supporting Skills, Skills Consulted, External Resources, PWAF Checklist, Sufficiency Assessment, and Test Error Log to align with the build_report.md template.

When do I need to document sufficiency gaps and test logs for connector implementations?

You need to document sufficiency gaps and test logs when closing the feedback loop on PWAF-compliant connectors. This records test error and fix history alongside the skills and rules that guided development for audits and knowledge transfer.

Can I use this build report template for connectors with different authentication patterns?

Yes, you can apply this build report template across PWAF-compliant connectors with different authentication patterns. It captures integration test details and skills used regardless of the specific authentication pattern implemented.

Does generating a connector build report require any external dependencies?

Generating a connector build report requires no external dependencies. You simply run the skill after implementing your PWAF connector to auto-generate the traceability document capturing development skills and test outcomes.