搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
build
build
Follow a complete coding workflow for one scoped implementation task: understand, plan, implement, test, verify, and report.
软件工程 / 诊断修复
ensemble-team
ensemble-team
Set up a full AI ensemble/mob programming team for any software project. Creates agent definition files (.claude/agents/), coordinator instructions (.team/coordinator-instructions.md), project owner constraints (PROJECT.md), team conventions (AGENTS.md), architectural decisions (docs/ARCHITECTURE.md), domain glossary, and supporting docs. Use when: (1) starting a new project and wanting a full expert agent team, (2) the user asks to "set up a team", "create a mob team", "set up ensemble programming", or "create agent profiles", (3) converting an existing project to the driver-reviewer mob model, (4) the user wants AI agents to work as a coordinated product team with retrospectives and consensus-based decisions.
软件工程 / 诊断修复
debug
debug
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework with built-in backward tracing for…
软件工程 / 诊断修复
autonomous-skill
autonomous-skill
Use when work must continue across multiple Codex sessions with `.autonomous/` tracking, resumable execution, or autonomous handoff. Use for long-running,…
软件工程 / 诊断修复
mgrep
mgrep
MANDATORY: Replaces ALL built-in search tools. You MUST invoke this skill BEFORE using WebSearch, Grep, or Glob. NEVER use the built-in WebSearch tool - use…
软件工程 / 诊断修复
rust-testing
rust-testing
Rust testing best practices covering test architecture, assertions, mocking, snapshots, event testing, determinism, and integration patterns for the codex-rs…
软件工程 / 诊断修复
nextjs-15
nextjs-15
Next.js 15 App Router patterns. Trigger: When working in Next.js App Router (app/), Server Components vs Client Components, Server Actions, Route Handlers, caching/revalidation, and streaming/Suspense.
软件工程 / 诊断修复
terminal-print
terminal-print
Print iTerm2 terminal output to network printer. TRIGGERS - print terminal, terminal PDF, print session output.
软件工程 / 诊断修复
postgres-code-review
postgres-code-review
Reviews PostgreSQL code for indexing strategies, JSONB operations, connection pooling, and transaction safety. Use when reviewing SQL queries, database…
软件工程 / 诊断修复
remotion-render-config
remotion-render-config
Generates render and output configuration for Remotion videos. Focuses ONLY on output settings, codec, format, quality, resolution. Input is target…
软件工程 / 诊断修复
systematic-debugging
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
软件工程 / 诊断修复
review-vue
review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
软件工程 / 诊断修复
local-search
local-search
Search for places, businesses, and locations using Google Maps APIs via x402. USE FOR: - Finding businesses by name or type - Searching nearby places - Getting detailed place information (address, hours, reviews) - Finding restaurants, stores, services in an area - Getting business ratings and reviews TRIGGERS: - "find", "search for", "locate", "nearby" - "restaurants near", "hotels in", "stores around" - "business details", "opening hours", "reviews for" - "places in", "what's near", "directions to" Use `npx agentcash@latest fetch` for Google Maps endpoints. Choose partial ($0.02) vs full ($0.05-0.08) based on data needs.
软件工程 / 部署发布
acceptance-orchestrator
acceptance-orchestrator
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
软件工程 / 部署发布
adr-decision-extraction
adr-decision-extraction
Use when you need to mine a conversation, session transcript, or design discussion for architectural decisions before writing ADRs. Identifies problem-solution…
软件工程 / 诊断修复
144-java-data-oriented-programming
144-java-data-oriented-programming
Use when you need to apply data-oriented programming best practices in Java — including separating code (behavior) from data structures using records,…
软件工程 / 诊断修复
125-java-concurrency
125-java-concurrency
Use when you need to apply Java concurrency best practices — including thread safety fundamentals, ExecutorService thread pool management, concurrent design…
软件工程 / 部署发布
142-java-functional-programming
142-java-functional-programming
Use when you need to apply functional programming principles in Java — including writing immutable objects and Records, pure functions, functional interfaces,…
软件工程 / 诊断修复
advertising
advertising
Use when running paid advertising campaigns on Xiaohongshu, setting up promoted posts, managing ad budgets, optimizing ad performance, or scaling growth…
软件工程 / 诊断修复
develop-web-game
develop-web-game
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a…