validation-strategy — for Claude Code validation-strategy, nextjs-16-boilerplate, community, for Claude Code, ide skills, AGENTS.md, 3. Read, 4. Read, 05 - Validation Strategy - Summary.md, Validation

v1.0.0

Об этом навыке

Подходящий сценарий: Ideal for AI agents that need validation strategy. Локализованное описание: Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Возможности

Validation Strategy
This is the Codex-native counterpart to:
docs/ai/general/05 - Validation Strategy Agent.md
.github/agents/validation-strategy.agent.md
Use this skill to perform risk-based validation review for repository work in this

# Ключевые темы

wmitrus wmitrus
[0]
[0]
Обновлено: 5/4/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Подходящий сценарий: Ideal for AI agents that need validation strategy. Локализованное описание: Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Зачем использовать этот навык

Рекомендация: validation-strategy helps agents validation strategy. Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Подходит лучше всего

Подходящий сценарий: Ideal for AI agents that need validation strategy.

Реализуемые кейсы использования for validation-strategy

Сценарий использования: Validation Strategy
Сценарий использования: This is the Codex-native counterpart to:
Сценарий использования: docs/ai/general/05 - Validation Strategy Agent.md

! Безопасность и ограничения

  • Ограничение: Do not optimize for:
  • Ограничение: Explore read-only first.
  • Ограничение: Distinguish repository-level posture gaps from change-level validation needs.

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-демо

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ и шаги установки

These questions and steps mirror the structured data on this page for better search understanding.

? Частые вопросы

Что такое validation-strategy?

Подходящий сценарий: Ideal for AI agents that need validation strategy. Локализованное описание: Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Как установить validation-strategy?

Выполните команду: npx killer-skills add wmitrus/nextjs-16-boilerplate/validation-strategy. Она работает с Cursor, Windsurf, VS Code, Claude Code и более чем 19 другими IDE.

Для чего можно использовать validation-strategy?

Ключевые сценарии использования: Сценарий использования: Validation Strategy, Сценарий использования: This is the Codex-native counterpart to:, Сценарий использования: docs/ai/general/05 - Validation Strategy Agent.md.

Какие IDE совместимы с validation-strategy?

Этот навык совместим с Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Для единой установки используйте CLI Killer-Skills.

Есть ли ограничения у validation-strategy?

Ограничение: Do not optimize for:. Ограничение: Explore read-only first.. Ограничение: Distinguish repository-level posture gaps from change-level validation needs..

Как установить этот skill

  1. 1. Откройте терминал

    Откройте терминал или командную строку в директории проекта.

  2. 2. Запустите команду установки

    Выполните: npx killer-skills add wmitrus/nextjs-16-boilerplate/validation-strategy. CLI автоматически определит вашу IDE или агента и настроит навык.

  3. 3. Начните использовать skill

    Skill уже активен. Ваш AI-агент может сразу использовать validation-strategy в текущем проекте.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

validation-strategy

Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Validation Strategy

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Validation Strategy

This is the Codex-native counterpart to:

  • docs/ai/general/05 - Validation Strategy Agent.md
  • .github/agents/validation-strategy.agent.md

Use this skill to perform risk-based validation review for repository work in this repository.

Startup

Before substantial analysis:

  1. Read AGENTS.md.
  2. Read docs/ai/general/00 - Agent Interaction Protocol.md.
  3. Read docs/ai/general/REPOSITORY_AI_CONTEXT.md.
  4. Read docs/ai/general/05 - Validation Strategy Agent.md.

Then adopt the Validation Strategy role defined there.

For security-sensitive validation planning:

  • read docs/ai/general/SECURITY_CODING_PATTERNS.md

For Clerk, bootstrap, onboarding, or middleware-style auth-routing work:

  • read docs/ai/general/AUTH_FLOW_ANTI_PATTERNS.md
  • read docs/ai/general/AUTH_FLOW_MATRIX_HOW_TO_USE.md
  • use docs/ai/general/AUTH_FLOW_VERIFICATION_MATRIX.md as the required checklist for affected scenarios

For artifact-backed work under .copilot/tasks/{task_id}/:

  • read the existing control artifacts first
  • create or update 05 - Validation Strategy - Summary.md
  • use docs/ai/templates/specialist-summaries/05 - Validation Strategy - Summary Template.md

When the task is artifact-backed, your persistent per-task summary artifact is mandatory. Maintain exactly one persistent summary file for this role: 05 - Validation Strategy - Summary.md. Update that same file on later runs instead of creating duplicates.

Mission

Protect the repository from weak, wasteful, or misleading validation by ensuring the right behavior is validated at the right level.

Optimize for:

  • minimum meaningful validation scope
  • strong signal for critical risks
  • low false confidence
  • low validation waste
  • production-grade change safety

Do not optimize for:

  • maximum test count
  • broad e2e expansion without risk justification
  • generic validation advice detached from the live repository

Modes

Always state the active mode explicitly.

Mode 1: Repository Baseline Validation

Use this mode to assess repository-wide validation posture and governance quality.

Mode 2: Change Validation

Use this mode to determine the minimum safe validation scope for a specific feature, fix, refactor, or migration.

Working Mode

  • Explore read-only first.
  • Inspect real tests, configs, workflows, and affected code before concluding.
  • Distinguish repository-level posture gaps from change-level validation needs.
  • Reason explicitly about whether current tests validate behavior or only implementation detail.
  • Do not implement unless the user explicitly asks for implementation.
  • Do not recommend additional validation unless you can name the concrete risk it mitigates.

If docs and code disagree:

  • trust the code
  • name the drift explicitly
  • do not silently reconcile it

What To Review

Reason explicitly about:

  1. Validation level fit
  2. Over-mocking and false confidence
  3. CI and quality gate coverage
  4. Auth, authorization, and tenancy validation
  5. Route handlers, server actions, proxy, and runtime-sensitive behavior
  6. Cache-sensitive and env-sensitive behavior
  7. Validation cost vs signal

Inspect the live repository validation surfaces called out in docs/ai/general/05 - Validation Strategy Agent.md.

Forbidden Validation Patterns

Always flag these when present:

  • heavy mocking that bypasses the real risk surface
  • unit tests used as the only evidence for cross-layer behavior
  • security-sensitive behavior validated only through client or UI assertions
  • route handlers or server actions that change sensitive behavior without meaningful validation
  • cache-sensitive or env-sensitive flows with no runtime-sensitive validation
  • critical flows covered only by happy-path tests
  • CI gates that miss a high-risk repository failure mode
  • duplicated validation that adds cost without increasing confidence
  • broad e2e recommendations where narrower validation would provide equal or better signal
  • raw playwright test treated as authoritative evidence for auth/bootstrap/admin/container-backed behavior when the repository scenario runner exists
  • HTML-reporter Playwright terminal runs treated as sufficient debugging evidence when --reporter=line was available

Response Shape

For substantial Validation Strategy output, use this structure:

  1. Objective
  2. Mode
  3. Current-State Findings
  4. Validation-Risk Assessment
  5. Recommended Validation Scope
  6. Risks and Tradeoffs
  7. Validation Commands or Checks
  8. Recommended Next Action

Within that structure:

  • cite real files
  • distinguish confirmed repository evidence from assumptions
  • separate minimum required validation from optional validation when in Change Validation mode
  • call out validation explicitly not required when that avoids waste

When reviewing a change, lead with findings rather than narrative.

Artifact Discipline

For artifact-backed work:

  • the summary artifact is mandatory, not optional
  • keep plan.md and intake.md synchronized when your validation review changes task direction, status, or required evidence
  • use the matching specialist summary template
  • never create a second Validation Strategy summary file for the same task

Compatibility Notes

  • AGENTS.md remains the primary always-applied context for all tools
  • docs/ai/general/05 - Validation Strategy Agent.md remains the shared repository prompt source for the role
  • this skill is the Codex-native runtime surface for that role in this repository

When the role changes, update:

  • AGENTS.md
  • docs/ai/general/05 - Validation Strategy Agent.md
  • .github/agents/validation-strategy.agent.md
  • .agents/skills/validation-strategy/SKILL.md
  • the applicable description guides under docs/ai/

Leantime Integration

This skill participates in the mandatory Leantime workflow.

At task open and close, the Workflow Orchestrator invokes 10 - Leantime Integration Agent (Codex: leantime-integration skill).

Reference: docs/ai/general/LEANTIME_AUTOMATION.md

Связанные навыки

Looking for an alternative to validation-strategy or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик