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

apijack

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

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

이 저장소의 skills

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

Use after a PR has been labeled `first pass reviewed` for at least 4 minutes — verifies CI is still green and no new commits landed since the label, aggregates outstanding non-blocking observations, posts an approval comment, replaces the label with `approved`, merges, and labels every issue referenced by `Closes

2026-05-02
triage-issue
소프트웨어 개발자

Use when the user references a GitHub issue (URL, number, or says "this issue") on the apijack repo and wants to begin work — investigates the issue, resolves ambiguity, then hands off to implementation

2026-05-02
patch-deployer
소프트웨어 개발자

Use when origin/dev is ahead of origin/main and the cumulative bump is patch-only — drafts a curated release PR (no Features section), runs scripts/ship.sh, and reports the new release. Refuses to run for minor / major bumps; those still go through ship-release manually.

2026-05-02
ship-release
소프트웨어 개발자

Use when shipping a release from dev to main on apijack — drafts a curated release-style PR title/description (like v1.7.0), then runs scripts/ship.sh to version-bump, push, merge, and publish

2026-04-28
next-deployer
소프트웨어 개발자

Use after merging an issue PR to dev on apijack — fast-forwards the rolling next branch from dev, waits for the publish-next workflow, and comments the @next install command on the issue

2026-04-28
review-issue
소프트웨어 품질 보증 분석가·테스터

Use when reviewing an open apijack PR that targets the dev branch — verifies acceptance criteria, leaves PR comments on any findings, or merges and hands off to next-deployer

2026-04-28
babysit-pr
소프트웨어 품질 보증 분석가·테스터

Use when an open apijack PR (base `dev`) is mid-review-cycle and needs to be driven to `first pass reviewed`. Picks up cold from any in-flight state — `changes requested`, `review in progress`, `needs review`, or freshly opened. Covers both interactive and `--non-interactive` (cron) modes.

2026-04-28
implement-issue
소프트웨어 개발자

Use when a GitHub issue has been triaged and is ready for implementation on the apijack repo — creates the issue branch, implements, tests, self-reviews, opens a PR to dev, waits for the automated reviewer, and addresses feedback in a loop

2026-04-28
test-next-release
소프트웨어 품질 보증 분석가·테스터

Smoke-test the @next npm release against the petstore example — installs globally, sets up session auth, and verifies all CRUD operations work end-to-end

2026-04-27
write-routine
소프트웨어 개발자

Use when building apijack YAML routines — workflow automations that chain CLI commands with variables, loops, conditions, and assertions

2026-04-23
test-tutorial-agent
소프트웨어 품질 보증 분석가·테스터

Run the tutorial agent experiment — starts the e2e Docker container, overwrites the plugin cache with dev builds, and spawns a subagent with the tutorial prompt to verify MCP tools and skills work end-to-end

2026-03-28
setup-api
소프트웨어 개발자

Use when connecting apijack to an API — configuring environments, generating the CLI, and switching between configs

2026-03-27