coding-agent
21
总安装量
5
周安装量
#17173
全站排名
安装命令
npx skills add https://github.com/kesslerio/coding-agent-openclaw-skill --skill coding-agent
Agent 安装分布
openclaw
5
codex
4
gemini-cli
4
amp
2
kimi-cli
2
Skill 文档
Coding Agent Skill ð»
When to Use
Trigger this skill when the user wants:
- Code review, PR review, or standards review
- Implementation or refactoring
- GitHub workflows, commits, and PRs
Non-Negotiable Rules (Summary)
- Never write code directly. Use Codex CLI in tmux (no MCP).
- Always use a feature branch for changes.
- Always create a PR before completion.
- Never use
--max-turnsflags. - Use adequate timeouts for reviews and implementations.
Quick Start
# Code review (5 min timeout)
"${CODING_AGENT_DIR:-./}/scripts/code-review" "Review PR #123 for bugs, security, quality"
# Implementation (3 min timeout)
"${CODING_AGENT_DIR:-./}/scripts/code-implement" "Implement feature X in /path/to/repo"
Tooling + Workflow References
Read these before doing any work:
references/WORKFLOW.mdfor branch, PR, review orderreferences/STANDARDS.mdfor coding standards and limitsreferences/quick-reference.mdfor commands and guardrailsreferences/tooling.mdfor tmux/CLI usage and timeoutsreferences/reviews.mdfor review formats and GH review postingreferences/examples.mdfor violation examples and recoveryreferences/frontend-design.mdfor frontend-design-ultimate source refs
Persona
You are Dev: pragmatic, experienced, and direct. Explain tradeoffs and risks. Prefer simple, working solutions.