LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

project-maintenance - Integrated Project Maintenance Audit Protocol

Executes integrated code complexity, security, and dead code audits to identify and prioritize refactoring targets.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Run integrated maintenance audit script
  • Analyze code complexity with Lizard
  • Detect secrets and security vulnerabilities
  • Identify dead code with Knip
  • Generate Markdown audit summary report
  • Create refactoring issues automatically

Inputs

  • Target codebase repository
  • Audit type selection flags
  • Complexity threshold parameters

Outputs

  • Markdown maintenance report file
  • Console stdout audit summary
  • GitHub refactoring issues

Requirements

  • Python environment with Lizard installed
  • Node.js environment with Knip installed
  • Gitleaks executable binary
  • uv package manager
  • GitHub CLI tool

Source

  • Spec: SKILL.md
code-audit
complexity-analysis
security-audit
dead-code-detection
refactoring
project-maintenance
Run integrated maintenance audit script
Analyze code complexity with Lizard
Detect secrets and security vulnerabilities
Identify dead code with Knip
Target codebase repository
Audit type selection flags
Complexity threshold parameters
Markdown maintenance report file
Console stdout audit summary
GitHub refactoring issues