SEJul 24

Are Production Cloud Skills Adequately Tested? Measuring and Governing Skill Test Coverage in Practice

arXiv:2607.220153.8
Predicted impact top 84% in SE · last 90 daysOriginality Synthesis-oriented
AI Analysis

For developers and testers of cloud AI agents, this work addresses the problem of inadequate test coverage in workflow-oriented skills, providing a method to audit and improve test completeness.

The paper introduces Skill Test Coverage, a metric to measure how completely a cloud skill's test suite covers its operational obligations, and develops a pipeline to recover coverage units from natural-language skill packages. The approach identifies untested behaviors and generates test-improvement recommendations.

Cloud platforms increasingly deliver reusable Cloud Skills that guide AI agents in creating, configuring, monitoring, and troubleshooting cloud resources. Workflow-oriented Skills specify multiple resource operations, user choices, validation steps, and recovery behavior. Existing Skill evaluation primarily measures whether a Skill improves task success. Passing the available testcases, however, does not reveal which behaviors specified by the Skill have never been tested. This paper introduces Skill Test Coverage, which measures how completely a Skill's test suite covers its operational test obligations. We define the coverage units, testcase coverage relation, calculation procedure, and claim boundary. Because these units and links are not explicit in natural-language Skill packages, we develop a measurement pipeline that recovers operational obligations, organizes their workflow context, maps testcases using both user prompts and initial resource states, and produces an auditable coverage report. Model-assisted candidate generation is combined with expert review to ensure that the reported coverage remains grounded in the original Skill and testcase evidence. A post-review module then translates confirmed coverage gaps into source-grounded test-improvement recommendations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes