Standing rules for fixing a visual or behavioural regression on the Astryx UI: check the tracked issue's assignee before starting (proceed only when it is you or nobody โ claim an unassigned one, stop and report when someone else holds it), measure before youโฆ
lablup/backend.ai-webui
SkillsMP has collected 9 skills from lablup/backend.ai-webui. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 133
- GitHub forks
- 82
Skills in this repository
Showing 9 of 9 collected skills.
File a UI/UX observation about the Astryx UI into the reporting epic FR-3491 โ capture only, never fix. Classifies it as visual (layout/spacing/color drift), behavioral (a component does not work), or discussion (it may be intended, or a better alternative isโฆ
Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branchโฆ
Create a release branch, tag, and GitHub release for Backend.AI WebUI.
Use whenever the user mentions docs, the manual, documentation, terminology, translations, or screenshots โ including indirect mentions like "์ด PR ๋ฌธ์ ์ํฅ ๋ด์ค", "๋ฌธ์ ์ ๊ฒ", "์ฉ์ด ํต์ผ", "/docs-lead", or any phrasing about updating the Backend.AI WebUI user manual underโฆ
Start the project's development server. For backend.ai-webui this means `pnpm dev` (no separate wsproxy needed by default). For other projects, read the project's README.md and package.json to determine the right command. When a Claude Code `/color <name>`โฆ
Find WebUI dev server address and Backend.AI API endpoint/credentials for testing. Trigger on: "which server", "connection info", "login credentials", "dev server URL", "API endpoint", "where to connect", "how to login", "test server", or when needing toโฆ
Bump version to next alpha and update dependencies after release.
Download a released backend.ai-webui bundle from GitHub Releases and serve it locally via Portless so the URL carries the version name (e.g. `https://v26-4-8-rc-3.localhost:1355`). Uses `scripts/serve-release.sh` under the hood, which fetches the bundle,โฆ