Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

.dotfiles

.dotfiles 收录了来自 txdat 的 34 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
34
Stars
2
更新
2026-07-10
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dev-review-code
软件质量保证分析师与测试员

Review code changes for correctness, security, and quality. Triggers: 'review this code', 'check my changes', 'code review', 'look for issues in'.

2026-07-10
dev-review-code
软件质量保证分析师与测试员

Review code changes for correctness, architecture, scope, and hygiene.

2026-07-10
dev-design-feature
软件开发工程师

Design an implementation plan for a feature, fix, or refactor. Outputs a structured plan to docs/plans/. Triggers: 'plan this feature', 'design the implementation', 'how should we approach'.

2026-07-03
dev-design-system
软件开发工程师

Design system-level architecture and cross-cutting patterns. Outputs to docs/architecture/. Triggers: 'design the system', 'architecture decision', 'cross-cutting concern', 'high-level design'.

2026-07-03
dev-review-feature
软件开发工程师

Review a feature plan for completeness, correctness, and edge cases. Triggers: 'review this plan', 'check the design doc', 'is this spec solid', 'critique the approach'.

2026-07-03
dev-review-system
软件开发工程师

Review system architecture for soundness, scalability, and trade-offs. Triggers: 'review the architecture', 'audit the system design', 'is this design sound', 'critique the architecture'.

2026-07-03
dev-design-feature
软件开发工程师

Create and approve a feature/fix/refactor plan before implementation.

2026-07-03
dev-review-feature
软件开发工程师

Review and tighten an existing plan before execution.

2026-07-03
dev-create-issue
软件开发工程师

Create a well-structured GitHub issue from a title or brief description. Triggers: 'create an issue for', 'open a ticket', 'log a bug report'.

2026-07-02
dev-create-pr
软件开发工程师

Create a draft or ready-to-review GitHub pull request for current branch changes. Triggers: 'create a PR', 'open a pull request', 'submit for review'. Pass 'ready' to mark as ready for review.

2026-07-02
dev-design-infra
网络与计算机系统管理员

Design infrastructure changes (Terraform, Kubernetes) with config and runbook. Outputs to docs/plans/. Triggers: 'plan the infra', 'design the deployment', 'how should we configure'.

2026-07-02
dev-execute-feature
软件开发工程师

Implement a feature following TDD RED→GREEN→BLUE from a design plan. Triggers: 'implement this feature', 'execute the plan', 'build it'.

2026-07-02
dev-execute-infra
网络与计算机系统管理员

Write infrastructure config (Terraform, k8s manifests) and a runbook without applying changes. Triggers: 'write the terraform', 'generate the k8s config', 'create the runbook'.

2026-07-02
dev-explore
软件开发工程师

Map entry points, data flow, and code patterns for a given target. Triggers: 'explore this codebase', 'how does X work', 'map the flow of', 'trace the path through'.

2026-07-02
dev-fix-bug
软件开发工程师

Diagnose a bug from a symptom description and apply a minimal targeted fix. Triggers: 'fix this bug', 'something is broken', 'why is X failing', 'there's a regression'.

2026-07-02
dev-recap
软件开发工程师

Extract patterns and decisions from the current session into project config/docs. Triggers: 'recap this session', 'capture what we learned', 'update project docs with findings'.

2026-07-02
dev-ship-feature
软件开发工程师

Run the full feature cycle: explore → plan → execute → review-code → recap → PR. Triggers: 'ship this feature', 'end-to-end implementation', 'do the whole thing'. Resume a phase with: /dev:ship-feature <name> from <phase>.

2026-07-02
dev-simplify-code
软件开发工程师

Simplify code by reducing complexity and duplication without changing behavior. Triggers: 'simplify this', 'clean up the code', 'reduce complexity', 'refactor for clarity'.

2026-07-02
dev-write-rca
软件开发工程师

Write RCA/incident report from issues and PRs

2026-07-02
gke-pod-restarts
网络与计算机系统管理员

Use this skill to investigate GKE incidents involving pod restart cascades, 503/504 errors, service unavailability, or CrashLoopBackOff. Triggers: 'pods keep restarting', '503/504 errors', 'service is down', 'crash loop', 'what caused the incident at <time>'. Inputs required: GCP project, cluster name+region, namespace, service/deployment names, approximate incident time + timezone. All commands are read-only. Never mutate cluster state.

2026-07-02
gke-pod-restarts
网络与计算机系统管理员

Use this skill to investigate GKE incidents involving pod restart cascades, 503/504 errors, service unavailability, or CrashLoopBackOff. Triggers: 'pods keep restarting', '503/504 errors', 'service is down', 'crash loop', 'what caused the incident at <time>'. Inputs required: GCP project, cluster name+region, namespace, service/deployment names, approximate incident time + timezone. All commands are read-only. Never mutate cluster state.

2026-06-28
dev-create-issue
软件开发工程师

Create a standalone GitHub issue. Use design-feature for plan-linked issues.

2026-06-19
dev-create-pr
软件开发工程师

Create a pull request from an implemented or reviewed plan.

2026-06-19
dev-design-infra
网络与计算机系统管理员

Create and approve an infrastructure change plan with preflight, verification, and rollback.

2026-06-19
dev-design-system
软件开发工程师

Create and approve an architecture design for cross-cutting system changes.

2026-06-19
dev-execute-feature
软件开发工程师

Execute an approved plan with strict TDD sequencing and scope control.

2026-06-19
dev-execute-infra
网络与计算机系统管理员

Write infrastructure config and generate a manual execution runbook without applying changes.

2026-06-19
dev-explore
软件开发工程师

Explore a codebase area and report entry points, flow, patterns, and gotchas.

2026-06-19
dev-fix-bug
软件开发工程师

Diagnose root cause and apply a minimal, verified bug fix.

2026-06-19
dev-recap
软件开发工程师

Capture reusable insights and archive session outcomes after implementation.

2026-06-19
dev-review-system
软件开发工程师

Review architecture designs for correctness, trade-offs, migration safety, and decomposition.

2026-06-19
dev-ship-feature
软件开发工程师

Run the end-to-end dev cycle: explore, plan, execute, review, recap, and PR.

2026-06-19
dev-simplify-code
软件开发工程师

Simplify code without changing behavior.

2026-06-19
dev-write-rca
软件开发工程师

Write RCA/incident report from issues and PRs

2026-06-19