office-skills-review

Validate office-* skill packaging rules for frontmatter, structure, and secrets.

6|Updated May 5, 2026
One-click install
npx skills add https://github.com/arih04x/office-skills --skill office-skills-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-skills-review
Source: https://github.com/arih04x/office-skills/tree/main/.claude/skills/office-skills-review
Command: npx skills add https://github.com/arih04x/office-skills --skill office-skills-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validates that each Office Skill directory remains independently usable by enforcing the required SKILL.md frontmatter, directory structure, and community assets, helping maintain metadata correctness and secure packaging.

Core Features & Use Cases

  • Automated validation of office-* skill units against packaging rules (frontmatter validity, required fields, directory naming, community examples, and secret handling).
  • Enforcement of repository structure and asset placement, surfacing issues before publishing.
  • Guidance for audits during code reviews and PR validation to keep skills compliant.

Quick Start

Run the validator from the repository root to perform automated validation of all office-* skills.

Frequently Asked Questions about office-skills-review

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

FAQPage Schema
How do I validate skill packaging rules for frontmatter and directory structure?

Run the automated validator from the repository root to check SKILL.md frontmatter, directory structure, and community examples for all office-* skills, surfacing errors and warnings during audits.

What is skill packaging validation in a CI pipeline?

Skill packaging validation enforces repository rules for frontmatter validity, required fields, directory naming, and secret handling to ensure each skill directory remains independently usable before publishing.

How do I enforce secret handling checks during PR reviews?

Enforce secret handling checks by integrating the Python validator into PR reviews, automatically surfacing packaging violations and security issues before skills are merged or published.

Can I use this validator to check community examples in my repository?

Yes, the validator checks community examples alongside frontmatter and directory structure, ensuring all required community assets are correctly placed and formatted for office-* skills.

What's the best way to audit office skills for metadata correctness?

The best way to audit office skills is running the automated validator from the repository root, which surfaces errors and warnings for frontmatter, directory structure, and asset placement issues.

Why does my skill validation fail with directory naming errors?

Skill validation fails with directory naming errors when office-* skill directories do not match the required repository structure, which the validator enforces to maintain independent usability.