Loading...
Loading...
Use when "codex", "use gpt", "gpt-5", "openai codex", "let openai", "full-auto", "autonomous code generation"
npx skill4agent add eyadsibai/ltk codex# Check installation
codex --version
# Install if needed
npm i -g @openai/codex
# or
brew install codex| Mode | Flag | Capabilities |
|---|---|---|
| Read-Only | | Analyze code, no modifications (default) |
| Workspace-Write | | Read/write files in workspace |
| Danger-Full-Access | | Network, system-level, all files |
--full-auto| Task | Command |
|---|---|
| Analyze code | |
| Implement feature | |
| Fix bug | |
| With specific model | |
| JSON output | |
| Save output | |
| Non-git directory | |
| Resume session | |
| Model | Use Case |
|---|---|
| Latest capabilities |
| Code-specialized |
| Maximum quality |
-m MODEL| Principle | Description |
|---|---|
| Autonomous | Complete tasks without seeking approval for each step |
| Focused | Do what's requested, nothing more |
| Minimal | Write only necessary code |
| Verified | Run tests after changes |
| Situation | Action |
|---|---|
| Destructive operations | Ask first (delete DB, force push) |
| Security decisions | Ask first (expose credentials, open ports) |
| Ambiguous requirements | Clarify before proceeding |
| Missing critical info | Request user-specific data |
✓ Task completed successfully
Changes made:
- [Files modified/created]
- [Key code changes]
Results:
- [Metrics: lines changed, files affected]
Verification:
- [Tests run, checks performed]| Approach | Description |
|---|---|
| Auto-recover | Attempt fix if possible |
| Log clearly | Report all errors |
| Continue | If error is non-blocking |
| Stop | Only if continuation impossible |