Skip to main content
GitHub 저장소

bayes-platform

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

수집된 skills
10
Stars
13
업데이트
2026-07-31
Forks
2
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

check-permission-matrix
소프트웨어 품질 보증 분석가·테스터

Audit that docs/rbac-permission-matrix.md matches the RBAC catalog in code (roles, permissions, and grants in rbac.constants.ts and api-contracts permissions.ts). Reports every mismatch.

2026-07-31
crud-generator
소프트웨어 개발자

Generate CRUD boilerplate (backend NestJS controller/service/module/guard/policy/factory/routes/e2e + frontend Redux slice/thunks/selectors/middleware/spi/api) from a given entity file and a list of methods.

2026-07-28
end-feature
소프트웨어 개발자

Run the last steps before ending a feature. Shows a form where you can check/uncheck which final steps to run — update changelog, create a branch, run tests-parallel, create a PR — then executes the selected steps in that order.

2026-07-09
new-issue
소프트웨어 개발자

Create a GitHub issue on bayesimpact/bayes-platform from a free-text description. Drafts a clear title and structured body, picks appropriate labels, and posts it via the gh CLI, returning the issue URL. Optionally enriches the issue with context from the current codebase.

2026-07-08
commit-name
소프트웨어 개발자

Suggest a Conventional Commits message for the last changes without committing. Analyzes the current diff and returns a ready-to-use commit name.

2026-06-17
security-check
소프트웨어 개발자

Run Trivy vulnerability scan on Docker images (API, CPU workers, GPU workers). Builds images, scans for CRITICAL/HIGH CVEs, and reports findings.

2026-06-10
check-factories-and-stories
소프트웨어 품질 보증 분석가·테스터

Audit apps/web for the two paired rules from ADR 0010 — every `*.models.ts` has a sibling `*.factory.ts`, and every route registered in `{Scope}Routes.tsx` has a matching `stories/routes/{scope}/{Route}.stories.tsx`. Reports missing factories and missing route stories.

2026-05-19
commit
소프트웨어 개발자

Stage and commit changes using Conventional Commits format. Analyzes the diff, picks the right type/scope, and writes a concise commit message.

2026-04-15
trivy-ignore
소프트웨어 개발자

Handle Trivy CVE findings by adding entries to .trivyignore.yaml when no upstream fix is available. Do NOT use npm overrides to work around transitive dependency CVEs — they break cross-platform lockfile entries (e.g. rollup native binaries).

2026-03-31
check-use-state
소프트웨어 품질 보증 분석가·테스터

Check that no frontend component uses more than 2 useState hooks. Reports violations with file paths, counts, and line numbers.

2026-03-11