Skill Status Report
Scan every skill in a project and report which pass validation, which are stale, and which lack required metadata.
Before & after
Same prompt, same agent — the only difference is the skill.
I can help you put together a skills status report. You'd want to inventory what skills your team has, assess proficiency levels, identify gaps compared to your goals, and probably flag which areas need training or hiring. The format could be a spreadsheet or a narrative report depending on your audience. What specific areas are you concerned about?
SKILLS STATUS REPORT: Engineering Team INVENTORY SUMMARY Total skills tracked: 23 Fully proficient (tier 3): 8 Partially proficient (tier 2): 10 Novice (tier 1): 5 Gap areas: 3 DETAILED BREAKDOWN WEB BACKEND Node.js + Express: tier 3 (3 engineers, 5+ years avg) PostgreSQL: tier 3 (all 5 team members) Docker & orchestration: tier 2 (2 engineers proficient, 3 learning) System design: tier 2 (team discusses tradeoffs, lacks formal architecture reviews) FRONTEND React: tier 3 (all 5 engineers proficient) CSS/styling systems: tier 2 (component-level good, design-system integration weak) Testing (Jest/Cypress): tier 1 (basic skills, low test coverage culture) OPERATIONS GitHub Actions CI/CD: tier 2 (setup working, optimization gaps) Monitoring (Datadog): tier 1 (basic dashboards, alert strategy underdeveloped) Incident response: tier 1 (no formal runbook program) CRITICAL GAPS 1. Load testing / performance optimization (needed for 10x scale) 2. Security hardening (audit findings unaddressed) 3. Go language (required for new microservice planned Q3) RECOMMENDATIONS → Hire or train 1 Go engineer before Q3 milestone → Implement formal testing culture (3-month initiative) → Schedule security audit follow-up workshop
About this skill
name: skills-status-2 description: Use when Structured Claude skill that gives Claude a repeatable workflow for skills status 2.
Skills Status 2
One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Skills Status 2 workflow with its own instructions and validation so outputs stay consistent.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the skills-status-2 skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Skills Status 2; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: skills-status-2
description: Use to generate a status report across all skills in a project, flagging which pass validation, which are stale, and which are missing required fields.
version: 1.0.0
category: AI Agents / Development
author: AgentVolt
license: proprietary
tags:
- ai-agents
- development
---
# Skills Status 2
Scans every skill in a project and produces a status report — which pass validation, which are stale, and which are missing required metadata — so drift gets caught before it compounds.
## When to use
… (sign up to view the full skill)More ai & agents skills
View all AI & Agents skills →Skills Scaffolder
Scaffold a new skills directory — folder structure, metadata, a baseline validation pass — with the right conventions from day one.
Research Bundle
Run a multi-step research task as one pipeline: gather sources, extract findings, validate consistency, emit one structured bundle.
Workspace Admin
Administer a Cowork or Claude workspace — settings, access, configuration — with every change scoped and verified.
Skill Runner
Execute a named skill's run phase correctly: validate inputs, run the defined steps in order, and check outputs.