GitHub CLIとAGENTS.mdで「自律駆動のAIエンジニア」をローカル環境で実現する

2025年の9月に、GPT‑5-Codexが登場してから、OpenAI Codexがすごく便利だ。 It’s more steerable, adheres better to AGENTS.md instructions, and produces higher-quality code—just tell it what you need without writing long instructions on style or…

GitHub CLIから任意のMarkdownテンプレートでプルリクエストを作成する

GitHubリポジトリに .github/pull_request_template.md を置くとGUIからプルリクエスト(以下PR)作成時にデフォルトでテンプレートが展開される機能があって、仕事の開発でもこの機能を各リポジトリで活用している。Pull Requestテンプレート由来の文字列が…