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

grackle

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

수집된 skills
21
Stars
20
업데이트
2026-05-29
Forks
3
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

test-acp-runtime
소프트웨어 품질 보증 분석가·테스터

Spawn the ACP-variant runtimes (claude-code-acp / codex-acp / copilot-acp). claude-code-acp validated; it surfaces real tool failures that native claude-code can't. Run with /test-acp-runtime. Pairs with /launch-grackle.

2026-05-29
test-claude-runtime
소프트웨어 품질 보증 분석가·테스터

Spawn and exercise the native `claude-code` runtime against a test server, including the model names that work and the synthetic-tool-result gotcha. Run with /test-claude-runtime. Pairs with /launch-grackle.

2026-05-29
test-codex-runtime
소프트웨어 품질 보증 분석가·테스터

Spawn the `codex` runtime against a test server. Use model `gpt-5.5` (requires Codex SDK >= 0.135.0). Run with /test-codex-runtime. Pairs with /launch-grackle.

2026-05-29
test-copilot-runtime
소프트웨어 품질 보증 분석가·테스터

Spawn and exercise the `copilot` runtime against a test server. CRITICAL: gpt-4o does NOT work — use claude-sonnet-4.5. Run with /test-copilot-runtime. Pairs with /launch-grackle.

2026-05-29
bug-researcher
소프트웨어 품질 보증 분석가·테스터

Investigates code bugs and files GitHub issues.

2026-05-27
orchestrate
프로젝트 관리 전문가

Pure coordinator that decomposes work and delegates to subagents.

2026-05-27
pr-merger
소프트웨어 개발자

Verifies a PR is fully mergeable (CI green, no unresolved comments, approved) then merges it.

2026-05-27
ticket-shepherd
프로젝트 관리 전문가

Manages a Grackle task through its lifecycle until the PR is ready to merge.

2026-05-27
backlog-prioritize
프로젝트 관리 전문가

Fetch all approved-for-grackle issues, filter out closed and already-in-progress ones, and suggest a prioritized ordering. Run with /backlog-prioritize.

2026-05-27
codebase-search
소프트웨어 개발자

Search the codebase by concept using semantic search, then drill into results with Grep/Read. Use when exploring unfamiliar code, tracing behavior, or answering "how does X work?" questions.

2026-05-27
create-pr
소프트웨어 개발자

Create a PR with change files, screenshots, and issue linking. Run with /create-pr or /create-pr <ISSUE_NUMBER>.

2026-05-27
open-ticket
소프트웨어 개발자

Create a new GitHub issue with proper labels and epic assignment, then write a requirements spec for it. Run with /open-ticket "<title>" or interactively.

2026-05-27
pr-fixup
소프트웨어 개발자

Automated PR fixup loop — syncs with main, addresses all Copilot review comments, and waits for CI to pass. Run with /pr-fixup or /pr-fixup <PR_NUMBER>.

2026-05-27
readme-refresh
소프트웨어 개발자

Detect stale README content and screenshots, capture fresh screenshots from the live app, and draft README updates. Run with /readme-refresh.

2026-05-27
rush-change
소프트웨어 개발자

Generate a Rush change file for the current branch, handling merge-commit false positives automatically. Run with /rush-change.

2026-05-27
set-blocked-by
소프트웨어 개발자

Set or remove a GitHub blocked-by relationship between issues. Run with /set-blocked-by <blocked#> <blocker#> or /set-blocked-by remove <blocked#> <blocker#>.

2026-05-27
set-parent
소프트웨어 개발자

Set or remove a GitHub sub-issue (parent/child) relationship. Run with /set-parent <child#> <parent#> or /set-parent remove <child#> <parent#>.

2026-05-27
write-spec
소프트웨어 개발자

Research a GitHub issue and write a detailed requirements specification into the issue body. Run with /write-spec <ISSUE_NUMBER>.

2026-05-27
task-finder
프로젝트 관리 전문가

Finds or creates a GitHub issue and Grackle task for a piece of work, or recommends the next ticket from a backlog.

2026-03-24
codebase-search
소프트웨어 개발자

Searches the codebase by concept using semantic search. Use for exploratory questions about behavior, flow, or architecture rather than exact symbol lookups.

2026-03-22
demo-record
네트워크·컴퓨터 시스템 관리자

Launch the self-recording Grackle demo. Builds Docker images, cleans state, provisions environments, creates project/task, and starts the demo recording agent.

2026-03-18