Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Hygiene Checks

pormicrosoft·microsoft· v1.0.0 · atualizado em 2026-04-10
83
Score

Use when making code changes to ensure they pass VS Code's hygiene checks. This covers the pre-commit hook, unicode restrictions, string quoting rules, copyright headers, indentation, formatting, ESLint, and stylelint. Run the hygiene check before declaring work complete.

code-hygienelintingcode-formattingpre-commit-hookcode-styletypescripteslintstylelint
Linguagens
TypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdhygiene/workflow
1. Stage the files you want to commit using `git add`.
2. Run the pre-commit hygiene check using `npm run precommit`.
3. Review the output for any hygiene violations.
4. Fix any identified issues, such as unicode characters, quoting styles, or missing copyright headers.
5. Format the code using `Format Document` in VS Code.
6. Re-run the pre-commit hook to ensure all checks pass.
7. Commit the changes.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aRust Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aGo Code Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aFix Errors
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Hygiene Checks
hygiene
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers8
run hygiene checkscheck code styleensure code passes pre-commit hooklint staged filesformat typescript codecheck for unicode charactersvalidate copyright headersfix indentation issues

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download hygiene
$ synaptic skills detail hygiene
$ synaptic skills live hygiene

Dependências

npmeslintstylelint

Links

GitHub Repository