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

albert-workspace

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

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

이 저장소의 skills

ops-report
소프트웨어 개발자

Generate a weekly status summary covering PRs opened/merged/closed by Albert, issues triaged, spec alignment progress, and blockers awaiting human input.

2026-07-02
ops-triage
소프트웨어 개발자

Triage incoming GitHub issues across supervised Altertable repositories. Use when processing new issues, labeling bugs and feature requests, detecting duplicates, requesting minimal reproductions, or marking stale issues.

2026-07-02
routine-maintainer
소프트웨어 개발자

Notification-driven maintainer routine to identify actionable work across supervised Altertable repositories. Relies on GitHub notifications and API to monitor activity and respond to issues and PRs requiring attention. Use when starting a maintenance session to process notifications and prioritize work.

2026-07-02
sdk-bootstrap
소프트웨어 개발자

Bootstrap or update an Altertable SDK repository from a versioned API spec. Use when given a target GitHub repository (e.g. altertable-ai/altertable-lakehouse-ruby) and a spec version tag (e.g. v0.1.0) to set up a git submodule, implement missing functionality, and submit a PR. Also use when a new spec version is released and the SDK needs to be updated to match.

2026-07-02
sdk-release
소프트웨어 개발자

Defines conventions for releasing open-source SDKs and libraries. Use when releasing a new version of an SDK, writing changelogs, or publishing to a language registry (npm, PyPI, Maven, etc.).

2026-07-02
sdk-sync
소프트웨어 개발자

Keep shared configuration, community files, and CI templates consistent across all SDK repositories. Use when auditing cross-repo consistency or propagating a change (license, contributing guidelines, CI updates, bot config) to multiple SDK repos.

2026-07-02
ops-review
소프트웨어 품질 보증 분석가·테스터

Review community pull requests against Altertable SDK standards. Use when reviewing contributor PRs, checking naming conventions, test coverage, changelog entries, and deciding whether to approve, request changes, or close.

2026-03-16
routine-sync
소프트웨어 개발자

Cross-repo consistency routine dispatched by the heartbeat. Checks spec drift and synchronizes community files across all SDK repositories. Use when the heartbeat needs to verify spec alignment and community file consistency.

2026-03-12
sdk-readme
소프트웨어 개발자

Defines how to write README files for Altertable open-source SDK repositories. Use when creating or updating a README for monorepo roots or package-level SDKs. Enforces section order, copy-paste-ready examples, API/config tables, and modern OSS trust signals (badges, package matrix, contributor workflow).

2026-03-12
sdk-implement
소프트웨어 개발자

Implement an SDK against a versioned spec. Use when sdk-bootstrap dispatches to Phase 5 — read the spec from specs/<type>/SPEC.md, implement per requirements, validate, and package. Takes SDK type (product-analytics, lakehouse) as input.

2026-03-11