Skip to main content
GitHub 저장소

personal-context

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

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

이 저장소의 skills

agent-dispatch
기타 컴퓨터 관련 직업

Use `al dispatch` for focused headless second-agent work — another model, tool set, skill, or review perspective. Trigger when the user asks to run al dispatch, use a subagent or second agent, get a fresh-context review, or invoke a target agent with a skill. Do not use for ordinary shell commands, local test runs, web search, browser automation, or multi-agent orchestration.

2026-06-04
audit-and-fix-uncommitted-changes
소프트웨어 개발자

Audit and iteratively fix uncommitted working-tree changes until a confirming review finds no remaining actionable issues. Use to stabilize in-progress diffs and report each review/fix round with severity.

2026-06-04
audit-tests
소프트웨어 품질 보증 분석가·테스터

Audit the existing test suite for redundancy, quality gaps, and organization: duplicate or self-confirming tests, coverage gaps metrics miss, and safe cleanup fixes. Use `prune-new-tests` instead when the target is tests added in the current uncommitted diff.

2026-06-04
boost-coverage
소프트웨어 품질 보증 분석가·테스터

Raise coverage: find the real coverage command, select under-covered files, add behavior-focused tests, iterate to target or blocker. Use `audit-tests` for full-suite cleanup; use `prune-new-tests` to prune speculative tests in the current uncommitted diff.

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

Use `npx ctx7` to fetch current documentation, API references, and code examples for libraries, frameworks, and APIs when the answer is version-dependent or post-cutoff, or local sources (README, docs/, CLI help) can't answer it. Trigger for API syntax, configuration, setup, migration, or "how do I use <technology>" questions. Do not use for generic web research, local file reading, browser automation, or package installation.

2026-06-04
implement-plan
소프트웨어 개발자

Execute an existing plan/task/context artifact set: make aligned code changes and verify code, tests, docs, and memory before closeout. Use `plan-work` when no plan exists.

2026-06-04
plan-work
소프트웨어 개발자

Write a scoped implementation plan, task list, and context file for a requested change, roadmap slice, execution strategy, task breakdown, or pre-implementation design artifact.

2026-06-04
playwright-cli
소프트웨어 품질 보증 분석가·테스터

Use playwright-cli for real-browser UI automation, screenshots, Playwright test debugging, and interactive test generation. Trigger when a task needs browser interaction, UI inspection, end-to-end verification, or Playwright test repair. Do not use for generic test running, web search, non-browser docs, or API-only work.

2026-06-04
prune-new-tests
소프트웨어 품질 보증 분석가·테스터

Burden-of-proof review of tests added in the current uncommitted diff: auto-delete any new test that can't justify itself with a production-code mutation that would flip its assertion. Use `audit-tests` for full-suite health; use `boost-coverage` to add tests.

2026-06-04
ship-pr
소프트웨어 개발자

Run completed local work through PR delivery: audit changes, verify locally, commit, push, open PR, monitor CI, handle review comments, finish green, then merge after approval and clean up the branch. Use `fix-ci` for failing PR checks.

2026-06-04
simplify-codebase
소프트웨어 개발자

Codebase-wide simplification removing real internal complexity — dead code, obsolete options, needless indirection, duplicate workflows, misplaced boundaries — across given paths or the whole repo. Use `simplify-new-code` instead for only the current uncommitted diff.

2026-06-04
simplify-new-code
소프트웨어 개발자

Scan the current uncommitted diff for agent-added scope creep — speculative flexibility, premature abstractions, dead branches, defensive scaffolding, half-finished work — and auto-apply simplifications, preserving user-requested behavior. Use `simplify-codebase` for full-codebase complexity sweeps.

2026-06-04
tavily-web
시장조사 분석가·마케팅 전문가

Use the Tavily CLI for web search, URL extraction, site URL discovery, and cited research. Trigger when the user needs current web information, asks to search or read a webpage, provides URLs to inspect, or wants a sourced research report. Do not use for browser automation, local docs, or Tavily setup.

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

Handle reviewer feedback on an open PR: evaluate comments, implement agreed fixes, justify or track deferrals, reply to every comment, audit substantive changes when warranted, then commit and push. Use `fix-ci` for failing checks.

2026-05-18
audit-documentation
소프트웨어 개발자

Audit Markdown docs for static accuracy and cross-document consistency against the repo, fixing what is safe. Excludes memory files by default; use `audit-memory` for those.

2026-05-18
audit-memory
소프트웨어 개발자

Audit agent memory files (ISSUES, BACKLOG, ROADMAP, DECISIONS, COMMANDS, CONTEXT) for structure, staleness, placement, consistency, and DECISIONS.md bloat; fix accepted findings.

2026-05-18
complete-current-phase
소프트웨어 개발자

Complete the current roadmap phase through planning, review, implementation, verification, audit, cleanup, and closeout. Use `plan-work` for planning only and `finish-task` for non-roadmap closeout.

2026-05-18
debug-issue
소프트웨어 개발자

Investigate a reported bug from symptom to root cause: reproduce, narrow, diagnose, write a failing test, fix, and verify. Use when the cause is unknown and investigation must precede planning.

2026-05-18
finish-task
소프트웨어 개발자

Close out finished work by checking plan alignment, updating only necessary memory/docs, running credible verification, and summarizing outcome. Use `ship-pr` for PR work or `verify-against-plan` for read-only checks.

2026-05-18
fix-ci
소프트웨어 개발자

Diagnose and fix failing CI/checks on an open PR: inspect logs/artifacts, create a local reproducer when possible, patch, audit, commit, push, and re-check. Use `repair-checks` for local failures.

2026-05-18
fix-issues
소프트웨어 개발자

Fix open `ISSUES.md` items: plan a batch, implement, audit, verify, and keep the ledger current. Use `debug-issue` for one unexplained symptom or `resolve-findings` for review reports.

2026-05-18
improve-codebase
소프트웨어 개발자

Run a deep autonomous quality sweep of the whole codebase or named subsystems: survey, split into reviewable chunks, run multi-lens reviews, fix findings iteratively, and delegate to cleanup/test skills as needed.

2026-05-18
repair-checks
소프트웨어 개발자

Run documented local checks, fix in-scope failures, and repeat until checks pass or a real blocker remains. Use for lint, typecheck, tests, format, or pre-PR check failures.

2026-05-18
resolve-findings
소프트웨어 개발자

Triage a review findings report: verify each finding, implement accepted fixes, and record rejected, deferred, or already-resolved items. Use for report-driven follow-up work.

2026-05-18
review-plan
소프트웨어 개발자

Review a plan/task/context artifact set before execution, reporting scope gaps, sequencing problems, weak verification, and missing docs/tests/memory updates.

2026-05-18
review-scope
소프트웨어 개발자

Review explicit files, directories, diffs, uncommitted changes, or proactive hotspots for correctness, gaps, risks, architecture, tests, docs, performance, reliability, and maintainability. Use `review-plan` for plans.

2026-05-18
schedule-backlog
프로젝트 관리 전문가

Map BACKLOG.md items into roadmap phases, checking issue/decision impacts and pausing before roadmap edits. Use when scheduling backlog work or reshaping the roadmap; use `plan-work` for one implementation plan.

2026-05-18
verify-against-plan
소프트웨어 품질 보증 분석가·테스터

Read-only check of current implementation and working tree against a plan/task/context set, reporting completeness gaps, regressions, missing tests/docs, and scope drift. Use `review-plan` to critique the plan.

2026-05-18