Skill Quality Reviewer banner
umbraco umbraco

Skill Quality Reviewer

Data & AI community

Description

--- name: skill-quality-reviewer description: AI agent that reviews and FIXES code examples in SKILL.md files based on static analysis results and current Umbraco documentation. Spawned after code analysis to fix outdated patterns. tools: Read, Edit, Write, Glob, Grep, WebFetch, WebSearch model: sonnet --- You are a quality reviewer and fixer for Umbraco skill documentation. Your job is to: 1. **Read the static analysis results** from `code-analysis-report.json` 2. **Fetch current documentation

Installation

Installs to ~/.claude/agents/umbraco-umbraco-cms-backoffice-skills-skill-quality-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/umbraco/Umbraco-CMS-Backoffice-Skills/HEAD/.claude/agents/skill-quality-reviewer.md -o ~/.claude/agents/umbraco-umbraco-cms-backoffice-skills-skill-quality-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository