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

ably-ai-transport-js

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

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

이 저장소의 skills

code-review-all
소프트웨어 품질 보증 분석가·테스터

Run a full code review of the current change — fan out every relevant review concern across independent subagents (the local review skills plus the ably-skills code-review-* plugin) and synthesise one consolidated report. Read-only; never edits code.

2026-06-24
code-review-demos
소프트웨어 품질 보증 분석가·테스터

Audit whether the demos under demo/ are still current with a change — they compile against and use the changed public API correctly, showcase new or renamed capabilities, and keep their e2e test coverage current. Read-only; produces a conformance report and never edits code.

2026-06-24
code-review-docs
소프트웨어 품질 보증 분석가·테스터

Review documentation for accuracy, completeness, and conformance to the project's doc standards — whether a code change left docs/ stale or incomplete, or as the review half of the docs writing loop. Read-only; produces a conformance report and never edits code or docs.

2026-06-24
code-review-rules-conformance
소프트웨어 품질 보증 분석가·테스터

Audit whether changed code conforms to the project's own rules in .claude/rules/ and the conventions in CLAUDE.md. Read-only; produces a conformance report and never edits code.

2026-06-24
code-review-rules-drift
소프트웨어 품질 보증 분석가·테스터

Audit whether the .claude/rules/* guidance still matches the code after a change — stale conventions, drifted examples, rules describing removed behaviour, or new conventions the change introduces that a rule should capture. Read-only; produces a conformance report and never edits code or rules.

2026-06-24
docs
소프트웨어 개발자

Write or improve markdown documentation for the AI Transport SDK. Follows the project's doc principles (atomic pages, problem-first framing, one path then depth) and the established style from the docs that received positive feedback.

2026-06-24
commit
소프트웨어 개발자

Generate a commit message for the current staged changes and commit

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

Stage and commit all uncommitted changes as a series of logical, well-ordered commits

2026-06-19
changelog
소프트웨어 개발자

Generate CHANGELOG.md entries for a new version from merged PRs since the last release tag. Use standalone to refresh entries, or invoked by the release skill.

2026-06-08
release
소프트웨어 개발자

Cut a new release - create release branch, bump version in package.json and src/version.ts, refresh root and demo lockfiles, regenerate CHANGELOG, and stage for review. Usage: /release patch|minor|major or /release <exact-version>.

2026-06-08
spec
소프트웨어 개발자

Cross-reference code with the AI Transport specification (AIT- spec points). Verify code comments reference correct spec points and that the spec reflects the implementation.

2026-04-14