github-turkish-commit

Analyze code changes and generate Turkish conventional commit messages.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/mavi78/evrak-kayit-app --skill github-turkish-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-turkish-commit
Source: https://github.com/mavi78/evrak-kayit-app/tree/main/.agent/skills/github-turkish-commit
Command: npx skills add https://github.com/mavi78/evrak-kayit-app --skill github-turkish-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git teams often struggle to create clear Turkish commit messages and coordinate pushes. This skill automates analyzing changes and producing Turkish conventional commits, and it guides branch selection and GitHub push actions when prompted.

Core Features & Use Cases

  • Generate Turkish conventional commit messages with proper prefixes (feat, fix, etc.)
  • Suggest branch names following Turkish naming rules
  • Assist with pushing changes to GitHub when user commands are given

Quick Start

Trigger the workflow by saying one of the activation phrases such as GitHub'a yükle or commit at, and the tool will analyze changes and prepare Turkish commit messages.

Frequently Asked Questions about github-turkish-commit

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

FAQPage Schema
How do I generate Turkish conventional commit messages automatically?

To generate Turkish commit messages, this Skill analyzes your code changes and applies conventional prefixes such as feat or fix in Turkish. It inspects diffs and creates properly formatted messages for your Git workflow.

How can I automate branch naming and GitHub pushes in Turkish?

You can automate branch naming and GitHub pushes by triggering the workflow with conversational prompts like commit at. The Skill suggests Turkish branch names following naming rules and checks status to propose safe push actions to GitHub.

What conventional commit prefixes does this workflow enforce?

This workflow enforces standard conventional commit prefixes such as feat and fix, adapted for Turkish commit messages. It analyzes your code changes and selects the appropriate prefix to ensure compliant conventional commit formatting.

How do I trigger the Turkish commit and push workflow?

You trigger the Turkish commit and push workflow by using conversational activation phrases like GitHub'a yükle or commit at. Once prompted, the tool automatically analyzes your changes and prepares the commit and push actions.

Does this tool check Git status before pushing to GitHub?

Yes, this tool checks Git status and diffs before proposing a push to GitHub. It enforces safe push behavior by verifying your current repository state, ensuring changes are analyzed and correctly committed before any remote action.