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.

check-method-length - Analyze PHP code for method length issues

Analyzes PHP code for method length issues, single responsibility violations, and extract method opportunities.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Detect methods exceeding 30 lines
  • Detect single responsibility violations
  • Identify extract method opportunities
  • Detect long parameter lists

Inputs

  • PHP source code

Outputs

  • Method length analysis report

Requirements

    Source

    • Spec: SKILL.md
    php
    code-analysis
    method-length
    refactoring
    Detect methods exceeding 30 lines
    Detect single responsibility violations
    Identify extract method opportunities
    Detect long parameter lists
    PHP source code
    Method length analysis report