review-function-visibility
CommunityAudit function visibility for cleanup.
Authorcwilliams5
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps maintain code quality by identifying and rectifying issues with function visibility, ensuring that private functions are correctly marked and public functions are intentionally exposed.
Core Features & Use Cases
- Identify Unused Public Functions: Finds public functions that are not called externally, suggesting they might be private.
- Analyze Function Callers: Provides detailed information about where functions are called from, aiding in the decision to rename or keep them public.
- Use Case: A developer can use this skill to clean up a large codebase by identifying and renaming hundreds of functions that are mistakenly marked as public but are only used internally.
Quick Start
Run the query_visibility.ps1 script to find candidate functions for review.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: review-function-visibility Download link: https://github.com/cwilliams5/Alt-Tabby/archive/main.zip#review-function-visibility Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.