project-alignment

Audit project setup against global Claude Code configuration and generate a prioritized tasks/todo.md roadmap.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill project-alignment-kennyolofsson23-netizen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-alignment
Source: https://github.com/kennyolofsson23-netizen/claude-code-config/tree/main/skills/project-alignment
Command: npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill project-alignment-kennyolofsson23-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects often fall out of sync with the comprehensive Claude Code configuration, leading to missing tests, security gaps, inconsistent tooling, and lower quality releases.

Core Features & Use Cases

  • Comprehensive audit: Reads global and project-specific CLAUDE.md, memory files, recent Git history, and test coverage metrics.
  • Gap analysis: Identifies missing skills, plugins, commands, CI/CD steps, security checks, performance metrics, and untested user flows.
  • Actionable roadmap: Generates a prioritized tasks/todo.md with concrete items such as test coverage targets, E2E suites, security audits, design reviews, and CI/CD enhancements.
  • Use cases: Onboarding a new repository, after a global setup change, or whenever a user requests an alignment, quality check, or audit of the project.

Quick Start

Ask Claude to run the project-alignment skill for your repository to receive a detailed audit and actionable roadmap.

Frequently Asked Questions about project-alignment

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

FAQPage Schema
How do I audit my project setup against global configuration standards?

A project configuration audit reviews CLAUDE.md, memory files, Git history, and test coverage data to identify missing tests and security gaps. It then generates a prioritized roadmap with concrete items like CI/CD enhancements and security checks to resolve the detected inconsistencies.

When should I run a project alignment check on my repository?

You should run a project alignment check during repository onboarding, after applying global configuration changes, or whenever you request a quality audit. This ensures your project stays synchronized with global standards and prevents missing tests or security gaps from reaching production.

How do I generate a todo list for fixing CI/CD and test coverage gaps?

To generate a todo list for CI/CD and test coverage gaps, execute a gap analysis on your repository's Git history and configuration files. This produces a prioritized tasks/todo.md file containing concrete items like E2E suite targets, security audits, and tooling enhancements.

Does the alignment audit require access to specific files like CLAUDE.md?

Yes, the alignment audit requires access to the project's CLAUDE.md and memory files. It also needs the ability to execute Git commands and run security or performance audit tools to accurately read test coverage metrics and analyze recent repository history.

What is the best way to identify missing security checks and untested user flows?

The best way to identify missing security checks and untested user flows is to perform a comprehensive gap analysis. This process reads test coverage metrics and recent Git history to pinpoint security vulnerabilities and map out user flows that lack proper test coverage.