app-verify

Audit Nextcloud app files against openspec/app-config.json to detect drift.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/ConductionNL/decidesk --skill app-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-verify
Source: https://github.com/ConductionNL/decidesk/tree/main/.claude/skills/app-verify
Command: npx skills add https://github.com/ConductionNL/decidesk --skill app-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only audit that loads openspec/app-config.json and checks every tracked file for drift between the configuration and the code.

Core Features & Use Cases

  • OpenSpec validation and schema checks for app-config.json
  • Drift detection across tracked files with reports on matches, drift, and missing items
  • Guided remediation by pointing to /app-apply for applying changes and re-checking

Quick Start

Run /app-verify to audit an app's files against its configuration and report drift.

Frequently Asked Questions about app-verify

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

FAQPage Schema
How do I detect configuration drift in my Nextcloud app?

You can detect configuration drift by running a read-only audit that checks all tracked files under apps-extra against your openspec/app-config.json. This process reports matches, drift, and missing items without modifying your codebase.

What is OpenSpec app-config validation and how does it work?

OpenSpec app-config validation performs schema checks on your app-config.json to ensure structural compliance. It operates read-only across your Nextcloud app's tracked files to identify any drift between the configuration and the actual code.

Can I use an audit tool to fix Nextcloud app config drift automatically?

No, this audit operates strictly read-only and does not make changes. It guides remediation by outputting a structured report of drift and missing items, then points you to the /app-apply command for applying the necessary changes.

How do I report Nextcloud app config drift for CI review?

You can generate a structured report suitable for CI review by auditing your app's files against the OpenSpec configuration. This report details matches, drift, and missing items across all tracked files for manual verification.

Does app-verify modify files when detecting drift?

No, app-verify operates strictly read-only and does not modify files. It loads openspec/app-config.json, checks every tracked file for drift, and outputs a structured report guiding you to use /app-apply for remediation.