Competency Review banner
nicolx nicolx

Competency Review

Development community

Description

--- description: Quarterly competency review — assess skill progress, update user_profile.md, and set the next review date. allowed-tools: [Read, Bash] --- > **Execution constraints:** Run entirely in this conversation. Do NOT spawn subagents. ## Purpose Assess whether competencies in `~/.claude/context/user_profile.md` have changed since the last review — improvements, regressions, or new skills acquired. Update the profile and set the next review date. ## Step 1 — Read the current profile

Installation

Installs to ~/.claude/skills/nicolx-claude-audit-framework-competency-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nicolx-claude-audit-framework-competency-review && curl -fsSL https://raw.githubusercontent.com/nicolx/claude-audit-framework/HEAD/commands/competency-review.md -o ~/.claude/skills/nicolx-claude-audit-framework-competency-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository