home/categories/code-quality/matthew-bram-enterprise-confluent-test-probe-claude-skills-visibility-pattern-guardian-skill-md
code-qualitytesting-security

visibility-pattern-guardian

Enforces visibility pattern for testability by detecting private methods that prevent unit testing (causes 20-40% coverage loss). References authoritative style guides rather than duplicating. Auto-refactors code to private[module] object pattern with user approval. Detects inline lambdas and suggests extraction to named functions ("laws"). Blocks during scala-ninja review (Phase 2) as peer review rejection point.

matthew-bram
maintainer
matthew-bram
Mis à jour 12/12/2025
Étoiles
0
Forks
0
quick start

Installation and usage

Enforces visibility pattern for testability by detecting private methods that prevent unit testing (causes 20-40% coverage loss). References authoritative style guides rather than duplicating. Auto-refactors code to private[module] object pattern with user approval. Detects inline lambdas and suggests extraction to named functions ("laws"). Blocks during scala-ninja review (Phase 2) as peer review rejection point.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use visibility-pattern-guardian