Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

api.faculytics

api.faculytics contém 9 skills coletadas de CtrlAltElite-Devs, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
9
Stars
3
atualizado
2026-03-30
Forks
0
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

audit
Analistas de garantia de qualidade de software e testadores

Run a comprehensive code quality audit and automatically create GitHub issues for every finding. Produces one .md file per issue, creates the GitHub issues with labels, adds them to the project board, then writes an audit-summary.md. Trigger when user asks for a code audit, quality review, tech debt scan, security review, or anti-pattern analysis. Accepts an optional path argument to scope the audit (e.g. /audit src/modules/auth). Without args, audits the full src/ directory.

2026-03-30
neon-postgres
Arquitetos de banco de dados

Guides and best practices for working with Neon Serverless Postgres. Covers setup, local development, connection methods, Neon features, and platform tooling.

2026-03-29
update-docs
Desenvolvedores de software

Update project documentation in docs/ to reflect recent code changes, new features, or architectural decisions.

2026-03-29
update-docs
Desenvolvedores de software

Update project documentation in docs/ to reflect recent code changes, new features, or architectural decisions.

2026-03-14
code-reviewer
Analistas de garantia de qualidade de software e testadores

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

2026-02-16
dto-generator
Desenvolvedores de software

Scaffolds NestJS DTOs with class-validator and @nestjs/swagger decorators.

2026-02-11
test-generator
Analistas de garantia de qualidade de software e testadores

Scaffolds unit tests (.spec.ts) for NestJS Services and Controllers, including automatic mocking of dependencies like UnitOfWork and Repositories.

2026-02-11
entity-generator
Arquitetos de banco de dados

Scaffolds a MikroORM entity (extending CustomBaseEntity), a dedicated repository, and registers them in the entity registry. Use when you need to add a new data model to the database.

2026-02-11
module-generator
Desenvolvedores de software

Scaffolds a complete NestJS module (Module, Service, Controller) and registers it in the application's module registry. Use when you need to create a new functional area in the NestJS backend.

2026-02-11