committing-and-creating-pr

Enforce security checks on staged changes before git commits and PR creation.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Open330/agt --skill committing-and-creating-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: committing-and-creating-pr
Source: https://github.com/Open330/agt/tree/main/development/git-commit-pr
Command: npx skills add https://github.com/Open330/agt --skill committing-and-creating-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Guides git commit and PR creation with security validation to prevent sensitive information leaks. Activates on "커밋", "commit", "PR", "pull request" requests. Enforces consistent commit style.

Core Features & Use Cases

  • Pre-commit security checks enforce no secrets in staged changes.
  • Standardized commit messages and PR templates to improve traceability.
  • Automated security rules detect sensitive data and enforce safe PR creation.

Quick Start

Run the pre-commit security check before committing to ensure no secrets or credentials are leaked.

Frequently Asked Questions about committing-and-creating-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent accidental secret exposure during git commits?

Pre-commit security checks prevent accidental secret exposure during git commits by scanning staged changes for sensitive data and credentials. This automated validation blocks secrets from entering your repository history.

What is a pre-commit hook security check for pull requests?

A pre-commit hook security check for pull requests is an automated validation enforcing security rules before changes are pushed. It detects sensitive data in staged files and enforces safe PR creation workflows.

How do I enforce standardized commit message formatting?

Standardized commit message formatting is enforced by applying automated checks during your local commit workflow. This validates commit style and improves traceability across your project history.

Does the pre-commit security check work with my existing git workflow?

The pre-commit security check integrates with your existing git workflow by applying security checks during local commit and PR creation. It requires no additional dependencies to function within your development process.

Can I automate PR template enforcement for secure pull request creation?

Automating PR template enforcement for secure pull request creation is possible through automated security rules. These rules enforce PR templating to ensure consistent documentation and safe PR creation before merging.

Why are my git commits failing the security validation?

Git commits fail security validation when pre-commit checks detect sensitive information or credentials in staged changes. The automated security rules block the commit to prevent sensitive data leaks.