一键导入
apollos-portal
apollos-portal 收录了来自 jrmatherly 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Self-service portal for managing LLM API access through Microsoft Entra ID. Use when authenticating users, provisioning team memberships, creating or managing API keys, tracking usage, or administering the portal.
Check for outdated and vulnerable dependencies across Python (uv) and Node (npm) ecosystems. Reports available updates, security advisories, and version constraints. Trigger phrases include "check dependencies", "outdated packages", "deps check", "audit dependencies".
Generate a Vitest + React Testing Library test file for a frontend component. Scaffolds MSW handlers, MSAL mock, QueryClient wrapper, and basic test cases matching project conventions. Trigger phrases include "generate test", "add tests for", "scaffold test", "gen test".
Sync API reference documentation with actual FastAPI endpoint routes. Use when endpoints have been added, removed, or changed and docs need updating. Trigger phrases include "are my docs in sync", "update API docs", "sync endpoints".
Generate and apply an Alembic database migration. Use when adding a table, changing a column, or running "create migration". Trigger phrases include "new migration", "add column", "schema change".
Scaffold a new FastAPI endpoint with response model, test, and docs page. Use when adding a new API route to the backend. Trigger phrases include "add endpoint", "create route", "new API".
Run full pre-commit validation (backend tests, lint, frontend type check). Use before committing or creating a PR. Trigger phrases include "run checks", "precheck", "validate before commit", "QA gate".