tkogut avatar

tkogut

Community

@tkogut

2Followers
|
22Public Repos
|
77Published Skills

tkogut maintains an agentic SDLC skill registry covering autonomous PR pipelines, issue triage, spec writing, UX review, and LLM cost observability.

Skills Distribution
DomainDeveloper To...Autonomous PR & Is.. (40%)Code Review & Qual.. (20%)Product Discovery .. (15%)LLM Cost Observabi.. (15%)

Agent Skills by tkogut

Showing 77 vetted skills indexed across 1 GitHub repositories.

tkoguttkogut
1

om-discover

Guides product discovery interviews and writes an evidence-tagged product-brief.md.

Community
Advanced
tkoguttkogut
1

om-merge-buddy

Classify open pull requests by merge readiness from reviews, CI checks, and labels.

Community
Advanced
tkoguttkogut
1

om-setup-agent-pipeline

Configures the shared agentic pipeline config, tracker descriptors, and project docs for a repository.

Community
Advanced
tkoguttkogut
1

om-spec-writing

Write and review feature specifications with skeleton-first drafting and severity-ranked architectural review.

Community
Advanced
tkoguttkogut
1

om-auto-fix-issue

Automates end-to-end tracker issue resolution from triage through PR review and QA.

Community
Advanced
tkoguttkogut
1

om-auto-create-pr

Executes autonomous coding tasks end-to-end and ships them as labeled pull requests.

Community
Advanced
tkoguttkogut
1

om-ux-setup

Extracts a repository's design tokens, components, and screen archetypes into a committed .uxproof/ contract.

Community
Advanced
tkoguttkogut
1

n8n-ops

Manage n8n workflows on a Hostinger VPS via docker exec import, export, and backup operations.

Community
Intermediate
tkoguttkogut
1

om-synthetic-users

Generates evidence-grounded persona panels that interview and walk product flows as synthetic users.

Community
Advanced
tkoguttkogut
1

om-fix

Implements minimal code fixes from analyzer briefs with regression tests and validation gates.

Community
Advanced
tkoguttkogut
1

om-auto-implement-spec

Implements an existing spec into a reviewed, UI-verified pull request.

Community
Advanced
tkoguttkogut
1

om-approve-merge-pr

Approves and squash-merges a pull request after enforcing QA gates and label blocks.

Community
Advanced
tkoguttkogut
1

om-auto-qa-pr

Verifies a PR's UI changes in a real browser and produces screenshot evidence with a pass/fail report.

Community
Advanced
tkoguttkogut
1

om-pipeline-retro

Classify finished pull request pipeline runs and rank rework causes by wall-clock hours.

Community
Advanced
tkoguttkogut
1

skill-rebuild

Synchronizes the local agent environment with the latest Vault templates and global skills.

Community
Basic
tkoguttkogut
1

swarm-onboarding

Generates an executive onboarding briefing from Git state, MEMORY.md, task.md, and architectural plans.

Community
Intermediate
tkoguttkogut
1

om-brainstorm

Guides divergent pre-spec conversations that route ideas to the correct next pipeline skill.

Community
Advanced
tkoguttkogut
1

logic-auditor

Scans source files for logic, architecture, and consistency errors before deployment.

Community
Basic
tkoguttkogut
1

test-creator

Generates unit, integration, and E2E test templates for Vitest, Pytest, and Playwright.

Community
Intermediate
tkoguttkogut
1

om-auto-review-pr

Reviews pull requests in isolated worktrees and runs autonomous autofix loops until merge-ready.

Community
Advanced
tkoguttkogut
1

om-ux-shape

Turn vague product and AI feature ideas into decided, implementation-ready directions.

Community
Advanced
tkoguttkogut
1

github-orchestrator

Automates GitHub repository creation, commits, workflow runs, and pull requests via the gh CLI.

Community
Intermediate
tkoguttkogut
1

om-root-cause

Diagnoses tracker issue root causes and defines minimal code change sets.

Community
Advanced
tkoguttkogut
1

om-close-fixed-issues

Close tracker issues that merged pull requests authoritatively fixed and comment on unresolved ones.

Community
Advanced

Frequently Asked Questions About tkogut

FAQPage Schema
What tasks can I automate using tkogut's skills?▼

You can run autonomous PR pipelines (create, continue, review, fix, QA, approve-merge), triage and fix tracker issues end-to-end, write staff-level specs, build backlogs from product briefs, run browser-based UI QA with screenshots, and monitor or reduce LLM token spend via the Caveman Cloud skill family.

Who are these skills designed for?▼

Software engineers, tech leads, and product-minded developers running agent-assisted development in IDEs like Claude Code, Cursor, or Antigravity. The om-* pipeline suits teams enforcing SDLC discipline; caveman-* skills target operators optimizing LLM costs; UX skills serve product designers validating flows.

How do I install and configure the pipeline?▼

Run om-setup-agent-pipeline once per repository: it inspects the default branch, validation scripts, and labels, writes .ai/agentic.config.json, installs the tracker descriptor, and generates SDLC.md, CODE_REVIEW.md, and AGENTS.md. Re-run it whenever the toolchain or label taxonomy changes.

What prerequisites do the skills require?▼

A git repository with a configured issue tracker, validation scripts for the quality gate, and optionally a browser provider for UI QA and screenshot evidence. VPS and n8n skills require Docker Compose and Traefik on a Hostinger VPS; Caveman skills require wiring the repo through the Caveman Cloud gateway.

Do the skills support resuming long-running implementations?▼

Yes. om-auto-create-pr-loop handles multi-step spec implementations with a run folder (PLAN/HANDOFF/NOTIFY), per-step commits, and checkpoint verification every ~5 steps. Interrupted runs resume via om-auto-continue-pr or om-auto-continue-pr-loop from the first unchecked plan step in an isolated worktree.