Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

api.faculytics

api.faculytics에는 CtrlAltElite-Devs에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
3
업데이트
2026-03-30
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

audit
소프트웨어 품질 보증 분석가·테스터

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
데이터베이스 아키텍트

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
소프트웨어 개발자

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

2026-03-29
update-docs
소프트웨어 개발자

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

2026-03-14
code-reviewer
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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

2026-02-11
test-generator
소프트웨어 품질 보증 분석가·테스터

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

2026-02-11
entity-generator
데이터베이스 아키텍트

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
소프트웨어 개발자

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