posture

Summarize repository testing state into a posture.json sidecar without mutating state.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill posture-estevanhernandez-stack-ed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: posture
Source: https://github.com/estevanhernandez-stack-ed/vibe-test/tree/main/packages/vibe-test/skills/posture
Command: npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill posture-estevanhernandez-stack-ed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only ambient summary of the repository's testing state, offering quick visibility without performing scans, mutations, or executions.

Core Features & Use Cases

  • Renders classification, weighted score vs tier target, and gap counts by level for a concise view.
  • Displays last-audit and last-generate timestamps, and surfaces pending items via future beacons.
  • Emits a machine-readable JSON sidecar for dashboards and automation; suggests next steps as questions without taking action.
  • Never mutates state; operates in a read-only ambient mode.

Quick Start

Ask /vibe-test:posture to generate the ambient summary for the current repository.

Frequently Asked Questions about posture

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

FAQPage Schema
How do I check my repository's testing state without running scans or mutating files?

An ambient posture summary reads audit, generate, gate, and beacon data to surface testing health without performing actions. It operates in a read-only mode, providing classification, weighted score gaps, and pending items via future beacons without mutating state.

What is a posture banner and how does it summarize repo test health?

A posture banner is a compact at-a-glance summary displaying a repository's testing classification, weighted score versus tier target, and gap counts by level. It also surfaces last-audit and last-generate timestamps alongside pending queue items.

How do I generate a machine-readable JSON sidecar for repo test dashboards?

Emitting a posture.json sidecar exposes classification, score data, and next-action prompts for dashboards and automation. This machine-readable JSON sidecar satisfies the data contract while operating in a read-only ambient mode without state mutations.

Does the posture summary work with projects that have a .vibe-test directory?

The posture summary applies to projects containing a .vibe-test directory, pending queues, and last activity timestamps. It reads audit-state and ambient-summary data from this structure to generate the compact posture banner and sidecar output.

Can I get security readiness and audit state insights without triggering executions?

Security readiness and audit state are surfaced by reading existing audit, generate, gate, and beacon data without triggering executions. The read-only ambient mode never mutates state, instead suggesting next steps as questions rather than taking action.

What are the limitations of read-only ambient repo testing summaries?

The read-only ambient summary never mutates state, performs scans, or executes tests, meaning it cannot fix gaps or clear pending queues. It only surfaces existing audit-state data and suggests next-action prompts as questions without taking action.