بنقرة واحدة
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.