ogp-validation-and-qa

Validate Open Garden Planner code with local test batteries and evidence levels.

16|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/cofade/open-garden-planner --skill ogp-validation-and-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ogp-validation-and-qa
Source: https://github.com/cofade/open-garden-planner/tree/main/.claude/skills/ogp-validation-and-qa
Command: npx skills add https://github.com/cofade/open-garden-planner --skill ogp-validation-and-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers and gardeners verify the correctness and robustness of Open Garden Planner functionalities.

Core Features & Use Cases

  • CI Evidence Generation: Determines which pieces of evidence are required for different testing stages (CI to manual).
  • Full Local Test Battery: Outlines steps for running the full set of local tests, including unit tests, linting, security checks, i18n gate, and executable build.
  • Regression Testing Policy: Explains how to effectively implement and utilize regression testing to maintain code integrity.

Quick Start

Use the ogp-validation-and-qa skill to generate a checklist for testing a new feature in Open Garden Planner.

Frequently Asked Questions about ogp-validation-and-qa

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

FAQPage Schema
How do I run regression testing for Open Garden Planner code?

Regression testing for Open Garden Planner is implemented through a specific policy that utilizes a full local test battery to maintain code integrity and verify robustness post-merge.

What checks are included in the full local test battery for Open Garden Planner?

The local test battery for Open Garden Planner includes running unit tests, linting, security checks, i18n gate, and executable build to ensure comprehensive code validation.

How does CI evidence generation work for Open Garden Planner testing?

CI evidence generation determines which specific pieces of evidence are required for different testing stages, ranging from automated CI checks to manual review.

Do I need to know the project structure to validate Open Garden Planner code?

Yes, validating Open Garden Planner code requires knowledge of the specific project structure and QA practices to apply the evidence hierarchy and local tests correctly.

When should I use this QA validation approach for Open Garden Planner?

This QA validation applies to both development and review stages, ensuring robustness and correctness post-merge by verifying functionalities through a comprehensive evidence hierarchy.