Classify request
Skill matheus-ndc/cognito-code/src/cognito_code/skills/builtins/classify-request
Terminal-first Orchestrator with CrewAI, Agents, SubAgents, Tools, Skills, Plugins, Checkpoints and local LLMs
npx -y skills add matheus-ndc/cognito-code --skill classify-requestAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use esta skill quando precisar classificar uma solicitação de engenharia de software em debug, refactor, tests ou general, especialmente antes de planejar subtarefas ou escolher o melhor fluxo.
SKILL.md
1.0 KB, 188 tokens by cl100k_base, as published. Nobody here has run it
Objective
Classifique a solicitação do usuário em uma destas categorias:
debugrefactortestsgeneral
Instructions
- Leia a solicitação inteira.
- Priorize a intenção do usuário, não palavras isoladas.
- Se houver mistura, escolha a categoria dominante.
- Retorne JSON textual no formato:
{ "label": "debug" }
Heuristics
- debug: bug, erro, stacktrace, falha, exceção, comportamento inesperado
- refactor: reorganizar, simplificar, limpar, melhorar design, reduzir duplicação
- tests: pytest, unit test, cobertura, cenário de teste, mock
- general: análise, explicação, exploração, perguntas abertas