원클릭으로
jwr-gacp
Git add, commit and push in one command
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Git add, commit and push in one command
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | jwr-gacp |
| description | Git add, commit and push in one command |
Use git to add, commit and push your changes.
Do not add any files that might be considered secrets, harmful, or private. Respect .gitignore.
Abort if there might be problems with the commit, such as merge conflicts, missing commit message, or uncommitted changes.
Use conventional commits always, with the following format for the commit message:
Where:
{type} is the type of change (e.g., feat, fix, docs, style, refactor, test, chore){scope} is the area of the codebase affected by the change (e.g., auth, api, ui){description} is a brief summary of the change (max 50 characters)Attribute the commit to the user, not the agent. The commit message should be in the voice of the user, not the agent.
Updates project dependencies for npm and Go ecosystems, runs audits and tests, and reports issues for manual review. Use when the user asks to update dependencies, bump packages, run npm-check-updates, refresh go.mod, or perform routine dependency maintenance. Never commits or pushes.
Expose llms.txt, /openapi, and /mcp endpoints so LLMs and AI agents can discover and integrate with a web service. Use when adding AI/agent discovery surfaces, MCP server integration, OpenAPI exposure, llms.txt, AGENTS.md, or mcp-go setup to a Go (Connect/gRPC) or similar HTTP service.
Updates README headers to match a standard format, including project name, description, badges, and logo.
This skill defines a standard architecture for a services (jwr-soa-2.0 - ie, version 2.0 for the jwr organisation). This architecture includes guidelines for coding style, test-driven development, project layout, repo health, frontend and backend development, protocol design, and testing. The goal of this skill is to provide a consistent and maintainable structure for web service projects within the jwr organisation.
Fetch private GitHub Security Advisories (GHSA) for this repo using GitHub
This is a simple testing skill.