# Verify Code Quality with Ruflo Guards

Code and agent outputs can regress without clear signals. This skill documents Ruflo verification guards, truth scores, reports, and rollback workflows for Claude, Codex, and Claude Code.

## Install

```bash
npx skillstore add ruvnet/verification-quality-assurance
```

## Metadata

- Status: approved
- Slug: ruvnet-verification-quality-assurance
- Skillstore revision: r1
- Version status: missing
- Tree hash: 778636dc9039e67791ca30af71b3639754a0e127ef5a1cdb80fd35b33f45de23
- Author: ruvnet
- GitHub username: ruvnet
- License: MIT
- Repository: https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/verification-quality
- Ref: dbe0e719813583400773166a0621f8a9b8185c72
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network, filesystem, env\_access
- Quality score: 50
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/ruvnet-verification-quality-assurance
- Manifest: https://skillstore.pages.dev/api/skills/ruvnet-verification-quality-assurance/manifest

## Capabilities

- Documents Ruflo truth score commands for repository and agent output review.
- Explains CI guard layers for smoke tests, tool audits, witness manifests, and history tracking.
- Shows verification report formats for JSON, HTML, CSV, and Markdown summaries.
- Provides rollback commands for last-good, commit-based, selective, and dry-run workflows.
- Includes GitHub Actions and GitLab CI examples for verification gates.
- Describes monitoring exports for Prometheus, DataDog, and custom webhooks.

## Use Cases

- Validate Release Readiness: Run documented verification checks before publishing a package or merging a high-risk change.
- Add CI Quality Gates: Use the CI examples to require verification results before pull requests are accepted.
- Review Agent Output: Apply truth score and report workflows to evaluate generated code before it reaches users.

## Prompt Templates

### Choose a Basic Check

```
Use this skill to choose a basic Ruflo verification check for my repository. Include what the result means and when rollback is unsafe.
```

### Plan CI Verification

```
Use this skill to design a CI verification gate for my project. Summarize required checks, reports, and failure handling.
```

### Assess Rollback Safety

```
Use this skill to review a failed verification result. Recommend a rollback path only after listing backup and confirmation steps.
```

### Audit Verification Coverage

```
Use this skill to audit our verification coverage across smoke tests, witness manifests, tool descriptions, reports, and monitoring exports.
```

## Limitations

- Some truth scoring, dashboard, and auto-rollback features are described as partly aspirational.
- The package contains documentation only, not an implementation of the Ruflo verifier.
- Ruflo alpha, Node.js, Git, and repository-specific files are required for many workflows.
- Rollback and reset commands can remove work if used without review.

## Best Practices

- Run verification before merge, release, or automated rollback decisions.
- Review generated reports before sending them to external monitoring systems.
- Use dry-run and backup steps before any rollback command.

## Anti Patterns

- Do not treat aspirational dashboard features as installed functionality.
- Do not run rollback or reset commands without explicit user approval.
- Do not place API keys in URLs or shared verification reports.

## Security Audit

- Audited at: 2026-07-20T03:57:54.337\+00:00
- Summary: Most static alerts are false positives caused by Markdown code fences, inline code, and fixed local command examples. The audit confirms unpinned ruflo@alpha execution, optional telemetry that sends report data and a key, and a predictable temporary file in the hook example. The guide also documents rollback actions that need stronger destructive-action safeguards.

## Stats

- Views: 284
- Downloads: 8
- Favorites: 0
- Popularity score: 0
