Habilidades file-name-wizard
🔍

file-name-wizard

Seguro 🌐 Acesso à rede⚙️ Comandos externos

Audit filename conventions across your codebase

Inconsistent naming conventions create confusion and technical debt. This skill systematically audits all filenames against your CLAUDE.md standards and identifies violations.

Suporta: Claude Codex Code(CC)
📊 69 Adequado
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "file-name-wizard". Audit naming conventions in my codebase

Resultado esperado:

  • Found 47 naming issues across 312 files
  • Critical: 3 files with version suffixes (-v2, -new)
  • High: 12 files missing .service.ts suffix
  • Medium: 18 files with wrong case convention
  • Low: 14 files with redundant component suffix
  • Most issues in src/services/ (15 files)
  • Full report saved to .audits/naming-audit-2024-01-10.md

A utilizar "file-name-wizard". Check component naming

Resultado esperado:

  • Audited 24 component files
  • Found 5 issues with component naming
  • 2 files using PascalCase instead of kebab-case
  • 3 files with redundant 'component' suffix
  • All issues documented in components-audit.md

A utilizar "file-name-wizard". Find temporary files

Resultado esperado:

  • Found 8 files with temporary naming patterns
  • 3 files with -v2 suffix
  • 2 files with -new prefix
  • 2 files named test.ts or temp.ts
  • 1 file with -old suffix
  • See full list with suggested renames in temp-files-report.md

Auditoria de Segurança

Seguro
v5 • 1/16/2026

This is a read-only audit tool with no security risks. The static analyzer flagged 89 potential issues, but ALL are false positives. The 'weak cryptographic algorithm' alerts trigger on documentation examples of file names like 'md5-hash.ts' and 'sha-utils.ts' - not actual crypto usage. The 'Ruby/shell backtick' alerts trigger on markdown code formatting backticks, not execution. The 'hardcoded URL' is legitimate source metadata. This tool only reads filenames and generates reports without modifying any files or accessing sensitive data.

2
Arquivos analisados
528
Linhas analisadas
2
achados
5
Total de auditorias
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
85
Conteúdo
21
Comunidade
100
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

Establish coding standards

Audit existing codebase to identify inconsistent naming patterns before creating team-wide standards

Pre-merge quality checks

Run naming audits before code reviews to catch naming convention violations early

Legacy codebase cleanup

Identify systematic naming issues across large codebases to plan refactoring efforts

Tente Estes Prompts

Basic naming audit
Please audit all filenames in this codebase for naming convention violations and inconsistencies
Component naming check
Audit the components directory for proper React component naming conventions and identify any violations
Service file patterns
Analyze all service files to ensure they follow the *.service.ts naming pattern and identify outliers
Migration file cleanup
Find all files with temporary naming patterns like -v2, -new, -old and suggest proper names

Melhores Práticas

  • Run audits before establishing new naming standards
  • Address critical issues (temporary files) immediately
  • Use audit reports to create CLAUDE.md documentation

Evitar

  • Ignoring audit results without addressing issues
  • Using audit to shame developers rather than improve
  • Running audits too frequently without action

Perguntas Frequentes

Does this tool rename files automatically?
No, this is a read-only audit tool. It identifies issues but never modifies files.
What file types does it check?
It audits all files in your codebase including source code, configs, tests, and documentation.
How does it know the naming standards?
It reads CLAUDE.md files for explicit rules and analyzes patterns for implicit conventions.
Where are audit reports saved?
Reports are saved in the .audits/ directory with timestamps for easy tracking.
Can it fix the issues it finds?
It provides specific rename suggestions but does not perform any file operations.
Is it safe to run on production code?
Yes, it is completely safe as it only reads files and generates reports without any modifications.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md