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

spec-socialpredict-tasks

spec-socialpredict-tasks 收录了来自 pwdel 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
13
Stars
2
更新
2026-04-18
Forks
2
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

socialpredict-task-planning
软件开发工程师

Create or revise `TASKS.json` using the repo's uid-first task workflow, persistent registry under `lib/`, and existing task-registry tooling. Use when turning design artifacts into runnable task queues or when maintaining active task backlog state in this repo.

2026-04-18
socialpredict-design-plan
计算机系统分析师

Create or refine the canonical repo-level design plan at `lib/design/design-plan.json` using the shared schema in `lib/design/design-plan.schema.json`. Use when producing architecture or design documents that must later drive task planning or architecture review.

2026-04-17
socialpredict-api-contract-drift-control
软件开发工程师

Keep SocialPredict backend route behavior and OpenAPI artifacts synchronized during backend/API work. Use when modifying handlers, route wiring, middleware behavior, request or response shapes, or `backend/docs/openapi.yaml`.

2026-04-17
socialpredict-go-architecture-governance
计算机系统分析师

Enforce SocialPredict Go service-boundary governance for backend/API work. Use when implementing or reviewing changes in backend handlers, domain services, repositories, auth service, or route wiring to prevent layer violations, direct DB leakage, and cross-domain coupling.

2026-04-17
socialpredict-go-code-quality-guardrails
软件质量保证分析师与测试员

Apply Go quality guardrails for SocialPredict backend/API work. Use when touching backend Go files to enforce formatting, vet hygiene, and backend boundary-safe coding practices before review or verifier handoff.

2026-04-17
socialpredict-go-cyclomatic-complexity
软件质量保证分析师与测试员

Run `gocyclo` against SocialPredict Go code and summarize cyclomatic-complexity hotspots. Use when a user asks to check cyclomatic complexity, review complexity regressions, identify hard-to-maintain functions, or compare complexity before and after a backend refactor.

2026-04-17
socialpredict-go-gofmt
软件质量保证分析师与测试员

Run `gofmt` in check or write mode for SocialPredict Go code. Use when a user asks to check formatting drift, format backend Go files, or confirm `gofmt -l` passes before review or verifier handoff.

2026-04-17
socialpredict-go-golangci-lint
软件质量保证分析师与测试员

Run `golangci-lint` for SocialPredict backend Go code and summarize lint findings. Use when a user asks to run golangci-lint, wants a stricter lint pass than `go vet`, or needs a consolidated lint report before review or verifier handoff.

2026-04-17
socialpredict-go-staticcheck
软件质量保证分析师与测试员

Run `staticcheck` for SocialPredict backend Go code and summarize analyzer findings. Use when a user asks for deeper static analysis beyond `go vet`, wants a staticcheck pass on backend packages, or needs a focused report on staticcheck issues before handoff.

2026-04-17
socialpredict-go-testing-reliability
软件质量保证分析师与测试员

Run deterministic Go reliability checks for SocialPredict backend/API changes. Use when implementing or reviewing backend domain/service/repository/handler changes, diagnosing flaky test behavior, or preparing verification evidence.

2026-04-17
socialpredict-go-vet
软件质量保证分析师与测试员

Run `go vet` for SocialPredict backend Go code and summarize correctness-oriented findings. Use when a user asks to run `go vet`, enforce a backend quality gate, or investigate vet findings before review or verifier handoff.

2026-04-17
socialpredict-openapi-navigation
软件开发工程师

Navigate, query, and make precise edits to SocialPredict's large `backend/docs/openapi.yaml` without loading the whole file. Use when inspecting tags, paths, operations, schemas, or `$ref` usage; reconciling the spec with backend handlers and routes; or applying the hard OpenAPI constraints from `backend/docs/API-ISSUES.md` while ignoring aspirational redesign ideas.

2026-04-17
socialpredict-google-go-style-guide
软件开发工程师

Search a local working copy of the Google Go Style Guide and return only the matching sections with nearby context. Use when interpreting Google Go Style Guide rules, answering Go style questions, checking naming/commentary/simplicity/consistency guidance, or reviewing SocialPredict Go changes without loading the full guide into context.

2026-03-31