Project Health
Monitors project progress, identifies risks & roadblocks, and provides insights to maintain optimal health and deliver on time.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add project-health npx -- -y @trustedskills/project-health
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"project-health": {
"command": "npx",
"args": [
"-y",
"@trustedskills/project-health"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The project-health skill evaluates the current state of a project by analyzing its structure, dependencies, and potential issues. It identifies risks such as outdated libraries, missing documentation, or inconsistent code formatting, providing actionable insights to improve maintainability.
When to use it
- Before merging major changes into a codebase to ensure stability
- During onboarding to assess the health of an unfamiliar project
- As part of a CI/CD pipeline to enforce quality standards
- When planning refactoring efforts to prioritize critical areas
Key capabilities
- Analyzes code structure and dependencies
- Detects outdated or vulnerable libraries
- Identifies missing documentation or test coverage
- Highlights formatting inconsistencies across files
Example prompts
- "Evaluate the health of my React project and suggest improvements."
- "Check for outdated packages in this Node.js application."
- "Analyze the codebase for potential maintenance issues."
Tips & gotchas
- Ensure your project has a clear directory structure for accurate analysis.
- This skill may not detect logical bugs or performance issues—use it alongside other tools for comprehensive evaluation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.