Agent Skill
2/7/2026git-commit-automator
This skill automates the process of creating Git commits. It stages all files, generates a conventional commit message based on the changes, and creates the commit. This skill should be used when the user wants to commit changes to a Git repository.
C
codcyber101
0GitHub Stars
1Views
npx skills add Codcyber101/Doc-Consult-Agent
SKILL.md
| Name | git-commit-automator |
| Description | This skill automates the process of creating Git commits. It stages all files, generates a conventional commit message based on the changes, and creates the commit. This skill should be used when the user wants to commit changes to a Git repository. |
Doc-Consult-Agent
GovAssist Ethiopia (GAE) — A specialized platform for document consultation, compliance checking, and policy research.
Project Structure
/specs/: Authoritative specifications (Single Source of Truth)./agents/: Python-based AI agents (Intelligence Plane)./backend/: NestJS control plane (API & Orchestration)./ui/: Frontend application (Public Portal & Admin Dashboard)./contracts/: OpenAPI and JSON Schema contracts./policy-registry/: Authoritative rules and playbooks./infra/: Infrastructure as Code and Docker configurations.
Getting Started
AI Agents & Contributors
Please read AGENTS.md before starting any work. It contains the normative rules, developer flows, and operational commands for this repository.
Quick Start
- Infrastructure:
make -C infra up - Backend:
cd backend && npm install && npm run start:dev - Agents:
cd agents && pip install -r requirements.txt && python src/main.py - UI:
cd ui && npm install && npm run dev
Status Tracking
Current active worktrees and agent personas are tracked in WORKTREES.md.
Skills Info
Original Name:git-commit-automatorAuthor:codcyber101
Download