codex-ask

Ask Codex read-only questions about code structure and receive file references and line numbers.

2|Updated Feb 1, 2024
One-click install
npx skills add https://github.com/dceoy/gh-actions-for-devops --skill codex-ask
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-ask
Source: https://github.com/dceoy/gh-actions-for-devops/tree/main/.claude/skills/codex-ask
Command: npx skills add https://github.com/dceoy/gh-actions-for-devops --skill codex-ask

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you ask Codex questions about code without making changes, helping you understand implementations, architecture, and debugging.

Core Features & Use Cases

  • Read-only questions about code structure, flow, and patterns.
  • Retrieve file references and line numbers.
  • Clarify design decisions and dependencies.

Quick Start

Ask Codex to explain a function: codex exec "Explain how the function computeSum works in src/utils/math.ts, with file references and line numbers. Do NOT modify code."