Skip to main content
Run any Skill in Manus
with one click
ably
GitHub creator profile

ably

Repository-level view of 20 collected skills across 6 GitHub repositories.

skills collected
20
repositories
6
updated
2026-07-15
repository explorer

Repositories and representative skills

code-review-all
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

Generate a commit message for the current staged changes and commit

2026-06-19
commit-many
software-developers

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

2026-06-19
Showing top 8 of 11 collected skills in this repository.
ably-new-command
software-developers

Scaffold new CLI commands with tests for the Ably CLI (oclif + TypeScript). Use this skill whenever creating a new command, adding a subcommand, migrating a command, or scaffolding a command with its test file — even if described casually (e.g., 'I need an ably X Y command', 'can you build ably rooms typing subscribe', 'we should add a purge command to queues'). Do NOT use for modifying existing commands, fixing bugs, or adding tests to existing commands.

2026-06-04
ably-codebase-review
software-quality-assurance-analysts-and-testers

Review the entire Ably CLI codebase against the standards and conventions defined in the ably-new-command skill. Use this skill whenever asked to audit, review, check alignment, verify compliance, or find deviations from the command creation patterns — even casually (e.g., 'review the codebase', 'check if commands follow patterns', 'audit the codebase', 'find deviations', 'how well do we follow conventions'). Do NOT use for creating new commands or fixing individual bugs.

2026-04-01
ably-review
software-developers

Review the current branch's changes against the standards and conventions defined in the ably-new-command skill. Use this skill whenever asked to review current changes, check a branch, review a PR, or validate work-in-progress — even casually (e.g., 'review my changes', 'does this branch look good', 'check my work', 'review before PR'). Do NOT use for full codebase audits (use ably-codebase-review instead), creating new commands, or fixing individual bugs.

2026-04-01
Showing 6 of 6 repositories
All repositories loaded