← All creators

lgtm-hq

Organization

Canonical Agent Skills library for Claude Code, Cursor, Codex, and other agents.

35 indexed · 0 Featured · 0 stars · avg score 68
Prolific

Categories

Indexed Skills (35)

Code & Development Listed

babysit-pr

Autonomously drive an open PR to merge-ready state by triaging Greptile and CodeRabbit review comments, fixing CI failures, handling CodeRabbit rate limits, and looping until checks are green with no unresolved actionable threads. With the --merge flag, also merge the PR(s) once binding merge-queue conditions are met. Use when asked to babysit a PR, shepherd a PR, or keep a PR merge-ready until review/CI cycles complete.

0 Updated today
lgtm-hq
Code & Development Listed

implement-issues

Implement a set of GitHub issues in parallel - triage or take an explicit issue list, group by file-conflict, create a worktree per lane, delegate to sub-agents, open a PR per lane; never merges. Use when asked to implement issues, work the backlog, or pick up multiple issues in parallel.

0 Updated today
lgtm-hq
AI & Automation Listed

jira

Generate Jira-style ticket descriptions. Use when the user says "/jira", "jira ticket", or "give me a Jira ticket".

0 Updated today
lgtm-hq
AI & Automation Listed

analyze-code

Code-level quality analysis. Use when asked to review code for smells, security issues, implementation quality, or test coverage.

0 Updated today
lgtm-hq
AI & Automation Listed

analyze-project

High-level project analysis. Use when asked to analyze, review, or evaluate a project's architecture, structure, and overall health.

0 Updated today
lgtm-hq
Testing & QA Listed

analyze-tests

Test suite analysis. Use when asked to analyze, review, or evaluate a project's tests for quality, coverage gaps, and best practices.

0 Updated today
lgtm-hq
AI & Automation Listed

branch

Start work on a new branch or worktree. Use when asked to start a new branch, new worktree, begin work on a feature/fix, or start fresh. Supports issue numbers and plain descriptions.

0 Updated today
lgtm-hq
AI & Automation Listed

coderabbit

Run CodeRabbit CLI for pre-push AI diff review. Use when asked for CodeRabbit, cr review, or as part of the default dual pre-push workflow with greptile. Max 2-3 runs per change set.

0 Updated today
lgtm-hq
Code & Development Listed

commit

Pre-commit workflow and commit guidelines. Use when asked to commit changes. Requires passing lint and tests, signed commits, semantic prefixes, imperative mood.

0 Updated today
lgtm-hq
AI & Automation Listed

greptile

Run Greptile CLI for pre-push AI branch review. Use when asked for Greptile review, raycast/extensions pre-PR checks, or as part of the default dual pre-push workflow with coderabbit. Max 2 runs per change set.

0 Updated today
lgtm-hq
AI & Automation Listed

issue

Create GitHub issues with proper formatting, labels, and AI implementation prompts. Use when asked to create an issue, report a bug, or request a feature.

0 Updated today
lgtm-hq
Code & Development Listed

lint

Run linting and formatting. Prefer `uv run lintro chk` for checks and `uv run lintro fmt` for formatting when lintro is available; fall back to native tools only when lintro is unavailable or another skill documents a follow-up pass (e.g. raycast).

0 Updated today
lgtm-hq
Code & Development Listed

lintro-add

Guide for adding new linting/formatting tools to lintro. Use when implementing shellcheck, shfmt, sqlfluff, taplo, semgrep, gitleaks, or any new tool plugin.

0 Updated today
lgtm-hq
Code & Development Listed

lintro-verify

Verify that a lintro tool implementation is complete and follows all project standards. Use after adding a new tool to lintro.

0 Updated today
lgtm-hq
AI & Automation Listed

pr-raycast

Prepare and open a pull request to raycast/extensions. Use when the user asks to open, submit, or get ready for a Raycast Store extension PR — not for general extension coding.

0 Updated today
lgtm-hq
Data & Documents Listed

pr

Create pull requests with proper templates and metadata. Use when asked to create a PR, open a pull request, or submit changes for review. Auto-assign and auto-labeling handled by CI.

0 Updated today
lgtm-hq
Code & Development Listed

properize

Promote a quick-and-dirty prototype to an lgtm-hq-standard repo - commit WIP lint-clean, grill the design, spec the backlog as milestone/epic/issue tree, then implement issue by issue. Use when asked to properize, productionize, or turn a prototype into a proper project.

0 Updated today
lgtm-hq
AI & Automation Listed

raycast

Raycast extension development standards. Use when writing or modifying Raycast extensions. Run lintro first, then Raycast's toolchain (npm run lint) which takes precedence for extension-specific rules.

0 Updated today
lgtm-hq
DevOps & Infrastructure Listed

reconcile

Consolidate worktrees and clean up stale branches. Use when asked to reconcile, clean up worktrees, consolidate branches, or tidy up a project's git state.

0 Updated today
lgtm-hq
Code & Development Listed

scorecard

Audit the OpenSSF Scorecard rating for py-lintro. Use when asked to check the scorecard, understand the rating, or find what's missing. Specific to github.com/lgtm-hq/py-lintro.

0 Updated today
lgtm-hq
DevOps & Infrastructure Listed

stand-ci

CI/CD and GitHub Actions guidelines. Use when writing workflows or Actions. Shell script code must be in dedicated .sh or .py files. Actions must be pinned to SHAs, not versions.

0 Updated today
lgtm-hq
Code & Development Listed

stand-general

Global coding standards for all projects and languages. Use when writing any code. Covers linting with lintro, testing with coverage, semantic commits, PR creation, and pre-push AI review with coderabbit and greptile CLIs.

0 Updated today
lgtm-hq
AI & Automation Listed

stand-odin

Odin coding standards. Use when writing Odin code. Covers idiomatic error handling with or_else and or_return, memory/allocator patterns, attributes, naming and API conventions, and testing with core:testing.

0 Updated today
lgtm-hq
AI & Automation Listed

stand-py

Python >= 3.11 coding standards. Use when writing Python code. Requires type hints, return types, Google-style docstrings, trailing commas, explicit kwargs, StrEnum with auto(), dataclasses, pytest-style tests.

0 Updated today
lgtm-hq
AI & Automation Listed

stand-rust

Rust coding standards. Use when writing Rust code. Covers edition, error handling with thiserror/anyhow, unsafe policy, type patterns, testing, documentation, and dependency management.

0 Updated today
lgtm-hq
AI & Automation Listed

stand-ts

TypeScript and JavaScript standards. Use when writing TS/JS code. Covers strict mode, type patterns, error handling, imports, naming, testing, React conventions, and package management with bun.

0 Updated today
lgtm-hq
Testing & QA Listed

test-api

Playwright API testing best practices. Use when writing REST API tests with Playwright. Enforces Zod schema validation, client/fixture separation, and contract testing.

0 Updated today
lgtm-hq
Testing & QA Listed

test-shell

BATS shell script testing. Use when writing or running shell script tests. Covers setup/teardown, assertions, mocking, helper patterns, and coverage with kcov.

0 Updated today
lgtm-hq
Testing & QA Listed

test-ui-qsf

QSF project conventions for the Playwright E2E suite. Use when working in the QSF playwright-tests directory (authFixtures, ___ping-* handles, data-test-label test IDs, .auth storage states) — not for generic Playwright advice.

0 Updated today
lgtm-hq
Testing & QA Listed

test-ui

Playwright E2E testing best practices. Use when writing browser tests, visual regression, or accessibility tests in any project. Enforces user-facing locators, auto-waiting, web-first assertions, and Page Object Model.

0 Updated today
lgtm-hq
AI & Automation Listed

turbo-add

Guide for adding a new theme family to turbo-themes. Use when implementing Nord, Solarized, Gruvbox, Tokyo Night, One Dark, Ayu, Kanagawa, Everforest, Radix, or any new theme.

0 Updated today
lgtm-hq
Testing & QA Listed

turbo-test

Run the full turbo-themes build and test pipeline. Use when asked to build, test, lint, or validate the turbo-themes project. Includes example projects by default.

0 Updated today
lgtm-hq
AI & Automation Listed

turbo-verify

Verify that a theme implementation is complete and follows all project standards. Use after adding a new theme to turbo-themes.

0 Updated today
lgtm-hq
AI & Automation Listed

rebase

Rebase the current branch onto the latest main. Use when asked to rebase, sync with main, update branch, or pull latest changes. Fetches and rebases onto latest main; does not push automatically.

0 Updated today
lgtm-hq
AI & Automation Listed

which-pr

Report which PR is being worked on in the current conversation. Use when asked about the current PR context.

0 Updated today
lgtm-hq

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.