feature-verification

Verify new features across database, deployment, runtime, and end-to-end layers.

60|38|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/abcnuts/manus-skills --skill feature-verification-abcnuts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-verification
Source: https://github.com/abcnuts/manus-skills/tree/main/skills/workflow-skills/feature-verification
Command: npx skills add https://github.com/abcnuts/manus-skills --skill feature-verification-abcnuts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Systematically verify newly implemented features across database, deployment, runtime, and end-to-end layers.

Core Features & Use Cases

  • Layered verification checklists for each lifecycle stage
  • Pattern analysis and hypothesis testing to diagnose issues
  • Automatic generation of verification reports and recommendations

Quick Start

Provide a four-layer verification plan for a given feature and generate a final verification report.

Frequently Asked Questions about feature-verification

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

FAQPage Schema
What is multi-layer feature verification and when do I need it for a deployment?

Multi-layer feature verification systematically checks newly implemented features across database, deployment, runtime, and end-to-end layers. You need it for feature launches, debugging sessions, or deployment verifications to ensure robust releases.

How do I verify a feature end-to-end across database and runtime layers?

To verify a feature end-to-end, apply layered checklists for each lifecycle stage. This process enforces structured evidence collection, pattern analysis, and hypothesis testing across database, deployment, and runtime layers to confirm feature integrity.

Does feature verification require pattern analysis and hypothesis testing?

Yes, feature verification applies pattern analysis and hypothesis testing to diagnose issues during debugging sessions or deployment checks. This structured approach ensures that observed runtime or database behaviors are formally validated.

Can I automatically generate a deployment verification report after checking a feature?

Yes, you can automatically generate a formal verification report after completing the multi-layer checks. The report documents structured evidence, tested hypotheses, and recommended fixes to ensure a robust feature release.

What's the best way to structure evidence collection for a feature launch?

The best way to structure evidence collection is by using a four-layer verification plan covering database, deployment, runtime, and end-to-end stages. This enforces systematic pattern analysis and documented fixes for robust releases.

Why does my feature pass runtime checks but fail end-to-end verification?

A feature might pass runtime checks but fail end-to-end verification due to deployment configuration or database issues. Multi-layer verification applies pattern analysis to diagnose such cross-layer discrepancies and recommend fixes.