Back to Skills

code-health

davepoon
Updated 4 days ago
8 views
2,553
277
2,553
View on GitHub
Othertesting

About

The `code-health` skill scans your codebase for dead code, outdated dependencies, and quality issues like code smells and tech debt. It's ideal for periodic hygiene checks, pre-release audits, or post-refactoring reviews. The skill delegates the analysis to the Centinela agent and outputs a detailed findings report.

Quick Install

Claude Code

Recommended
Primary
npx skills add davepoon/buildwithclaude -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/davepoon/buildwithclaude
Git CloneAlternative
git clone https://github.com/davepoon/buildwithclaude.git ~/.claude/skills/code-health

Copy and paste this command in Claude Code to install this skill

GitHub Repository

davepoon/buildwithclaude
Path: plugins/agent-triforce/skills/code-health
0
claudeclaude-codeclaude-code-commandsclaude-skillscli-toolcommands

Related Skills

release-check

Other

The release-check skill executes a critical pre-release verification checklist, delegating tasks to the QA agent to validate documentation, tests, security, and quality gates. It is used as a final quality gate before production releases or version tagging. The skill produces a detailed assessment and a final READY FOR RELEASE or BLOCKED verdict.

View skill

security-audit

Other

This skill performs a comprehensive security audit by delegating to the Centinela agent, covering OWASP Top 10, dependency vulnerabilities, secrets scanning, and smart contract checks. Use it before releases, after major code changes, or for periodic reviews to verify security posture. It systematically runs security checklists and issues a final verdict on the codebase.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill