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

cstk-plugin-codex

cstk-plugin-codex 收录了来自 JotJunior 的 29 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
29
Stars
0
更新
2026-06-08
Forks
0
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

advisor
项目管理专家

Strategic critique of an idea/plan/decision. Triggers: "me aconselhe", "critique meu plano", "avalie minha ideia", "feedback estrategico", "advisor". Skip for technical tasks (use bugfix/execute-task).

2026-06-08
agente-00c-runtime
其他计算机职业

Internal POSIX runtime helpers for agente-00c/feature-00c orchestrators (state, lock, validation, hashes, secrets filter). NOT user-invocable.

2026-06-08
analyze
计算机系统分析师

Cross-artifact SDD consistency analysis (spec/plan/tasks/constitution) — read-only. Triggers: "analyze", "cross-check", "auditar artefatos", "validar spec vs tasks". Skip for single-document validation (use validate-documentation).

2026-06-08
apply-insights
其他计算机职业

Apply Codex usage insights to current project — improve AGENTS.md, hooks, workflows. Triggers: "aplicar insights", "otimizar fluxo", "melhorar agents.md". This is the APPLY step that consumes the insights/usage-analysis output, not the insights generation step itself.

2026-06-08
briefing
软件开发工程师

Structured project discovery interview (vision, users, constraints, stack). Triggers: "briefing", "discovery", "iniciar projeto", "kickoff". Skip if briefing already complete and user did not ask for update.

2026-06-08
bugfix
软件开发工程师

Multi-layer bug investigation and fix (traces across services before patching). Triggers: "bugfix", "fix bug", "corrigir bug", "debug", "investigar bug". Skip for new feature work (use execute-task/specify).

2026-06-08
checklist
软件开发工程师

Requirements quality gate ("unit tests for English") by domain (ux/api/security/performance/a11y). Triggers: "checklist", "validar requisitos", "quality gate". Validates REQUIREMENT quality, not code.

2026-06-08
clarify
软件开发工程师

Refine an existing spec via structured Q&A (max 5). Triggers: "clarify", "clarificar spec", "resolver ambiguidades", "refinar spec". Operates on existing spec.md; use specify to create one.

2026-06-08
commit
软件开发工程师

Commit staged and unstaged changes with a well-crafted conventional commit message. Handles submodule updates, multi-service changes, and follows project conventions. Triggers: "/commit", "commit", "commitar", "fazer commit", "commit changes".

2026-06-08
constitution
软件开发工程师

Create/update immutable project governance principles. Triggers: "constitution", "criar constituicao", "principios do projeto", "governance". For point-in-time technical decisions, use ADRs instead.

2026-06-08
create-tasks
软件开发工程师

Decompose scope or spec into task backlog with phases, dependencies, criticality. Triggers: "criar tarefas", "backlog", "task list", "decomposicao". Skip for executing tasks (use execute-task) or technical plan (use plan).

2026-06-08
e2e-integration-flow
软件质量保证分析师与测试员

Author and run full-stack E2E integration tests with Playwright — drive the UI through a complete feature flow and verify the effects at EVERY layer (UI, network/API, database, message queue, side effects). Triggers: "e2e", "teste e2e", "integration test", "teste de integração", "playwright", "validar fluxo completo", "end-to-end". Skip for a quick manual smoke check (use verify) or debugging one known bug (use bugfix).

2026-06-08
execute-task
软件开发工程师

Execute one backlog task end-to-end following the project mandatory step-by-step workflow with hard gates. Triggers: "executar tarefa", "execute task [id]", "implementar tarefa". Skip for building the backlog (create-tasks), technical planning (plan), or bug investigation (bugfix).

2026-06-08
go-add-consumer
软件开发工程师

Add a RabbitMQ event consumer to an existing GOB Go microservice

2026-06-08
go-add-entity
软件开发工程师

Add a full CRUD vertical slice (domain, DTO, repository, service, handler, migration, factory wiring) to an existing GOB Go microservice

2026-06-08
go-add-migration
软件开发工程师

Create properly named PostgreSQL migration files for GOB microservices

2026-06-08
go-add-test
软件质量保证分析师与测试员

Add unit or integration tests to Go microservices using established project patterns. Use when Codex needs to write Go tests, mocks, fixtures, or coverage for service, domain, handler, repository, or consumer layers.

2026-06-08
go-review-pr
软件质量保证分析师与测试员

Review all changes in the current branch against GOB project conventions before opening a PR. Diff-aware: only analyzes what changed, not the entire codebase. Triggers: "review pr", "revisar pr", "pre-pr check", "review branch", "revisar branch", "checar antes do pr", "quality gate".

2026-06-08
go-review-service
软件质量保证分析师与测试员

Audit a GOB Go microservice against all project conventions and patterns

2026-06-08
image-generation
平面设计师

Image prompt enhancement (Subject-Context-Style) for illustrations, photos, visual assets, edits. Triggers: "image prompt", "illustration", "mockup image", "generate a picture". Skip for technical diagrams (Mermaid/PlantUML/drawio).

2026-06-08
initialize-docs
软件开发工程师

Create standard docs hierarchy (01-09 dirs, READMEs, briefing/UCs/DER/ADRs/APIs/tests/ops). Triggers: "inicializar docs", "criar estrutura docs", "setup documentacao". Skip if structure exists and no --force.

2026-06-08
model-selector
其他计算机职业

Heuristica auditavel que classifica uma tarefa em faixa de complexidade (rasa/media/profunda) e sugere reasoning effort barato (low/medium) ou manter atual. Use quando o orquestrador (agente-00c, feature-00c) ou operador humano quiser uma sugestao deterministica baseada em catalogo de sinais ANTES de invocar uma skill ou subagente caro. NAO use quando: o input nao e textual (binario/imagem), a decisao precisa de contexto externo (precos, billing API, modelo corrente do harness), ou voce quer troca AUTOMATICA — esta skill apenas SUGERE, nunca troca modelo silenciosamente.

2026-06-08
owasp-security
信息安全分析师

Security review: OWASP Top 10:2025, ASVS 5.0, Agentic AI 2026, LLM Top 10, API/CICD, NIST 800-63B-4, WebAuthn, OAuth 2.1, FAPI 2.0, post-quantum. Triggers: "security review", "OWASP", "vulnerability check", "auth code", "threat model", "MCP security". Skip for general code review.

2026-06-08
plan
软件开发工程师

Technical implementation plan — the technical HOW: architecture, data model, API contracts, research, test scenarios. Use when the user wants the technical design of a feature (how to structure/build it, define contracts/schema), whether or not a formal spec.md exists yet. Triggers: "plan", "criar plano", "planejar implementacao", "desenho tecnico", "definir arquitetura/contratos/modelo de dados". Skip when defining WHAT/for-whom in natural language (use specify) or breaking work into tasks (create-tasks).

2026-06-08
review-features
软件开发工程师

GLOBAL feature portfolio dashboard — compare progress, suggest archive/abandon/prioritize. Triggers: "status global", "portfolio de features", "dashboard de features", "comparar features". Cross-feature; for single feature deep-dive use review-task.

2026-06-08
review-task
软件开发工程师

Task status / backlog progress report; identifies tasks ready to start. Triggers: "revisar tarefas", "status das tarefas", "progresso do projeto", "review tasks". Skip for executing (execute-task) or creating tasks (create-tasks).

2026-06-08
specify
软件开发工程师

Convert a natural-language feature description into SDD spec (user stories, FRs, success criteria). Triggers: "specify", "criar spec", "nova feature", "feature spec". Skip for refining an existing spec (clarify).

2026-06-08
validate-docs-rendered
软件开发工程师

Validate that docs RENDER correctly — Mermaid parseable, internal links resolve, YAML frontmatter consistent, code blocks have language. Triggers: "validar renderizacao", "verificar diagramas", "checar links". Complements validate-documentation (textual) and analyze (cross-artifact).

2026-06-08
validate-documentation
软件开发工程师

Validate a single existing document''s quality/completeness against structural standards. Triggers: "validar documentacao", "verificar UC", "audit docs". Skip for cross-artifact spec/plan/tasks consistency (use analyze).

2026-06-08