Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

api.faculytics

api.faculytics 收录了来自 CtrlAltElite-Devs 的 9 个 skills,并提供仓库级职业覆盖和站内 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