generic-automation-and-it
Official@generic-automation-and-it · Denmark
Generic Automation & IT Consunting Company
Agent Skills by generic-automation-and-it
Showing 14 vetted skills indexed across 1 GitHub repositories.
git-commit
Creates conventional commits grouped into logical units of work from staged changes.
git-commit-review-push
Commits changes as Conventional Commits chunks, appends the /ai-review trigger, and pushes to remote.
agile-github-task-from-diff
Creates a GitHub Task sub-issue from the current git diff and links it to a parent Feature.
context-load-agents-context
Loads ancestor AGENTS.md context files for a target file with per-session deduplication.
ai-template-sync
Syncs an agentic scaffold into existing repositories via UPSERT file copy and symlink scripts.
ai-brain-dump
Captures unstructured braindump sessions and synthesizes requirements, tickets, or ADRs on request.
manage-rule-system
Creates and updates rule files in .agents/rules/ with cross-tool frontmatter for Claude Code, Copilot, Cursor, and Codex.
ai-review
Parses AI pull request reviews and applies fix or skip decisions on GitHub.
ai-mansplain
Reformats a single reply into terse bullet-and-table output ending with a TL;DR block.
git-commit-push
Commit changes with conventional commits format and push to the remote repository.
git-commit-push-pr
Commits changes, pushes to remote, and creates or updates GitHub pull requests.
git-sync
Sync the current branch with origin/main and resolve merge conflicts.
create-hld
Authors design-only High-Level Design folders with README, LADRs, NFRs, and C4 diagrams.
context-load-context
Discovers and loads domain AGENTS.md context files before code changes.
Frequently Asked Questions About generic-automation-and-it
FAQPage SchemaWhat tasks can I automate using generic-automation-and-it's skills?▼
You can commit changes with conventional commit formatting, push branches, sync with origin/main, create GitHub pull requests, generate sub-issue tasks from a git diff, triage AI PR reviews with fix/skip decisions, load AGENTS.md context, author High-Level Design documents, and run braindump sessions for tickets and requirements.
Who are these skills designed for?▼
Software engineers and DevOps practitioners using AI coding assistants such as Claude Code, OpenAI Codex, and GitHub Copilot. Each skill declares per-tool model routing (e.g., haiku, sonnet, opus for Claude; gpt-5.4 variants for Codex) matched to task complexity.
How do the git and pull request skills work in practice?▼
Skills invoke scoped Bash commands such as git add, commit, push, and gh pr create through dedicated scripts. The git-commit-review-push skill appends an /ai-review trigger to the final commit so the pushed PR receives a full AI review automatically.
What are the prerequisites and dependencies?▼
A local git repository with a GitHub remote, the GitHub CLI (gh) for PR and issue operations, and an agent host such as Claude Code, Codex, or Copilot. Some skills reference .agents/skills/ script paths and the CLAUDE_PLUGIN_ROOT environment variable.
Do these skills support cross-tool agent configuration?▼
Yes. The manage-rule-system skill maintains rule files in .agents/rules/ compatible with Claude Code, GitHub Copilot, Cursor, and OpenAI Codex, while ai-template-sync upserts an agentic scaffold into existing repos with optional .NET solutioning.