Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

api.faculytics

api.faculytics contient 9 skills collectées depuis CtrlAltElite-Devs, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
9
Stars
3
mis à jour
2026-03-30
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

audit
Analystes en assurance qualité des logiciels et testeurs

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
Architectes de bases de données

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
Développeurs de logiciels

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

2026-03-29
update-docs
Développeurs de logiciels

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

2026-03-14
code-reviewer
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-02-11
test-generator
Analystes en assurance qualité des logiciels et testeurs

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

2026-02-11
entity-generator
Architectes de bases de données

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
Développeurs de logiciels

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