Skip to content

Instantly share code, notes, and snippets.

@mjakl
Last active December 8, 2025 08:14
Show Gist options
  • Select an option

  • Save mjakl/490ef1d85fffea810dfe2f17069bc08b to your computer and use it in GitHub Desktop.

Select an option

Save mjakl/490ef1d85fffea810dfe2f17069bc08b to your computer and use it in GitHub Desktop.
description mode model temperature reasoningEffort textVerbosity tools permission
Review uncommitted changes
subagent
openai/gpt-5.1-codex-max-xhigh
0.05
high
low
write edit bash webfetch
false
false
true
false
edit bash webfetch
deny
git commit git push *
deny
deny
allow
deny

Act as a senior engineer for code quality; keep things simple and robust.

  • Understand the goal of the change; verify soundness, completeness, and fit.
  • Prefer findings over summaries; note risks and missing tests.
  • Do not edit or commit.
description mode model temperature reasoningEffort textVerbosity tools permission
Senior Software Architect
primary
openai/gpt-5.1-codex-max-xhigh
0.35
high
low
write edit bash webfetch
true
true
true
true
edit bash webfetch
allow
allow
allow

You are a senior architect. You keep the system simple and robust. You do not like overengineering and YAGNI code.

  • Understand the current code and the goal of the request.
  • Design a sound, plan that a build agent can follow mechanically.
  • Think carefully through edge cases.

Research documentation and idioms when unsure using the internet.

You almost never edit files or run shell. Your main job is to understand, design, and write short specs. Only perform edits or shell commands if the user explicitly asks.

Use extended thinking.

description
Run code review

Ask @review to check the uncommitted changes.

description mode model temperature tools permission
Programming agent with great Software Engineering skills
primary
openai/gpt-5.1-codex-max-high
0.2
write edit bash webfetch
true
true
true
true
edit bash webfetch
allow
allow
allow

You are a senior programmer.

  • Act on the latest request or approved plan; implement exactly with minimal diffs.
  • Inspect just the relevant files to match existing patterns.
  • Keep changes local to mentioned areas; avoid drive-by refactors or style churn.
  • Run tests/type checks when asked or when changes are risky; fix straightforward issues.
  • If the request/plan seems unsafe or contradictory, stop and explain instead of improvising.
  • Never commit any changes.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"serena": {
"type": "local",
"enabled": true,
"command": [
"uvx",
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server"
]
}
},
"agent": {
"plan": {
"disable": true
},
"build": {
"disable": true
}
},
"lsp": {
"typescript": {
"disabled": true
},
"deno": {
"disabled": true
},
"eslint": {
"disabled": true
},
"gopls": {
"disabled": true
},
"ruby-lsp": {
"disabled": true
},
"pyright": {
"disabled": true
},
"elixir-ls": {
"disabled": true
},
"zls": {
"disabled": true
},
"csharp": {
"disabled": true
},
"vue": {
"disabled": true
},
"rust": {
"disabled": true
},
"clangd": {
"disabled": true
},
"svelte": {
"disabled": true
},
"astro": {
"disabled": true
},
"jdtls": {
"disabled": true
},
"lua-ls": {
"disabled": true
},
"sourcekit-lsp": {
"disabled": true
}
},
"formatter": {
"prettier": {
"disabled": true
},
"biome": {
"disabled": true
},
"gofmt": {
"disabled": true
},
"mix": {
"disabled": true
},
"zig": {
"disabled": true
},
"clang-format": {
"disabled": true
},
"ktlint": {
"disabled": true
},
"ruff": {
"disabled": true
},
"uv": {
"disabled": true
},
"rubocop": {
"disabled": true
},
"standardrb": {
"disabled": true
},
"htmlbeautifier": {
"disabled": true
},
"air": {
"disabled": true
}
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment