Skip to main content
GitHub 仓库

personal-context

personal-context 收录了来自 conn-castle 的 28 个 skills,并提供仓库级职业覆盖和站内 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