nitro-test

Analyze PR changes to generate dev.ts test plans and orchestrate Nitro test deployments.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/huangcd/gcusage --skill nitro-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nitro-test
Source: https://github.com/huangcd/gcusage/tree/main/.github/skills/nitro-test
Command: npx skills add https://github.com/huangcd/gcusage --skill nitro-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps engineers automatically analyze PR changes to identify impacted Nitro test entities, assemble end-to-end test plans, and orchestrate deployment and validation workflows.

Core Features & Use Cases

  • Generate and update dev.ts test plans from PR changes, including upstream dependency checks and test scope selection.
  • Deploy and monitor E2E tests against Nitro pipelines, ADF workflows, and SCOPE-based validations with guided user approvals.
  • Validate test outputs and optional view availability after pipeline runs, with guardrails to prevent unintended deployments.

Quick Start

Trigger the nitro-test skill to analyze the PR, generate a dev.ts test plan, and await your approval before deployment.

Frequently Asked Questions about nitro-test

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

FAQPage Schema
How do I automate Nitro E2E test generation from PR changes?

Automate Nitro E2E test generation by analyzing PR changes to identify impacted test entities, assembling an upstream dependency check, and outputting a structured dev.ts test plan ready for approval.

What is the process for deploying E2E tests to Nitro ADF pipelines?

Deploying E2E tests to Nitro ADF pipelines involves enforcing an entry-point checklist, executing SCOPE-based validations, monitoring pipeline runs, and validating test outputs with guardrails to prevent unintended deployments.

Do I need to manually approve the dev.ts test plan before Nitro deployment?

Yes, you need to manually approve the generated dev.ts test plan before deployment. The workflow enforces guided user approvals to ensure test scope accuracy and prevent unintended pipeline executions.

Can I validate Nitro view availability after running E2E test pipelines?

Yes, you can validate optional view availability after pipeline runs. The workflow checks test outputs and view availability to ensure E2E test scenarios complete successfully against Nitro workspaces.

How does PR analysis identify impacted Nitro test entities for E2E workflows?

PR analysis identifies impacted Nitro test entities by examining PR changes, mapping them to test scenarios, and selecting the appropriate test scope to generate an accurate E2E test plan in dev.ts.