generic-automation-and-it avatar

generic-automation-and-it

Official

@generic-automation-and-it · Denmark

0Followers
|
10Public Repos
|
14Published Skills

Generic Automation & IT Consunting Company

Skills Distribution
DomainDeveloper To...Git Version Contro.. (35%)Pull Request & Cod.. (25%)Agent Context & Ru.. (20%)Architecture & Des.. (12%)

Agent Skills by generic-automation-and-it

Showing 14 vetted skills indexed across 1 GitHub repositories.

generic-automation-and-itgeneric-automation-and-it

git-commit

Creates conventional commits grouped into logical units of work from staged changes.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

git-commit-review-push

Commits changes as Conventional Commits chunks, appends the /ai-review trigger, and pushes to remote.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

agile-github-task-from-diff

Creates a GitHub Task sub-issue from the current git diff and links it to a parent Feature.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

context-load-agents-context

Loads ancestor AGENTS.md context files for a target file with per-session deduplication.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

ai-template-sync

Syncs an agentic scaffold into existing repositories via UPSERT file copy and symlink scripts.

Official
Advanced
generic-automation-and-itgeneric-automation-and-it

ai-brain-dump

Captures unstructured braindump sessions and synthesizes requirements, tickets, or ADRs on request.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

manage-rule-system

Creates and updates rule files in .agents/rules/ with cross-tool frontmatter for Claude Code, Copilot, Cursor, and Codex.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

ai-review

Parses AI pull request reviews and applies fix or skip decisions on GitHub.

Official
Advanced
generic-automation-and-itgeneric-automation-and-it

ai-mansplain

Reformats a single reply into terse bullet-and-table output ending with a TL;DR block.

Official
Basic
generic-automation-and-itgeneric-automation-and-it

git-commit-push

Commit changes with conventional commits format and push to the remote repository.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

git-commit-push-pr

Commits changes, pushes to remote, and creates or updates GitHub pull requests.

Official
Advanced
generic-automation-and-itgeneric-automation-and-it

git-sync

Sync the current branch with origin/main and resolve merge conflicts.

Official
Intermediate
generic-automation-and-itgeneric-automation-and-it

create-hld

Authors design-only High-Level Design folders with README, LADRs, NFRs, and C4 diagrams.

Official
Advanced
generic-automation-and-itgeneric-automation-and-it

context-load-context

Discovers and loads domain AGENTS.md context files before code changes.

Official
Intermediate

Frequently Asked Questions About generic-automation-and-it

FAQPage Schema
What 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.