← all publishers

lgtm-hq

@lgtm-hq source repo

40 published skills

  1. Pr · lgtm-hq
    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
    installs
  2. Jira · lgtm-hq
    Generate Jira-style ticket descriptions. Use when the user says "/jira", "jira ticket", or "give me a Jira ticket".
    0
    installs
  3. Lint · lgtm-hq
    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
    installs
  4. Test · lgtm-hq
    Run tests with coverage reporting. Auto-detects test frameworks (Vitest, Playwright, RSpec, pytest, Jest, BATS, etc.) and runs appropriate test commands. Use when asked to run tests, check coverage, or validate code.
    0
    installs
  5. Issue · lgtm-hq
    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
    installs
  6. Branch · lgtm-hq
    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
    installs
  7. Commit · lgtm-hq
    Pre-commit workflow and commit guidelines. Use when asked to commit changes. Requires passing lint and tests, signed commits, semantic prefixes, imperative mood.
    0
    installs
  8. Rebase · lgtm-hq
    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
    installs
  9. Backlog · lgtm-hq
    Interactive dispatcher for backlog work. Asks one routing question — drive PRs to merge, or implement issues to open-PR state — then follow-ups based on the answer, and hands off to implement-issues / babysit-pr with standing policy applied. Use when asked to work the backlog or run /backlog.
    0
    installs
  10. Raycast · lgtm-hq
    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
    installs
  11. Test UI · lgtm-hq
    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
    installs
  12. Greptile · lgtm-hq
    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 pre-push review set with coderabbit and lintro-review. Max 2 runs per change set.
    0
    installs
  13. Stand CI · lgtm-hq
    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
    installs
  14. Stand Py · lgtm-hq
    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
    installs
  15. Stand TS · lgtm-hq
    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
    installs
  16. Test API · lgtm-hq
    Playwright API testing best practices. Use when writing REST API tests with Playwright. Enforces Zod schema validation, client/fixture separation, and contract testing.
    0
    installs
  17. Which Pr · lgtm-hq
    Report which PR is being worked on in the current conversation. Use when asked about the current PR context.
    0
    installs
  18. Properize · lgtm-hq
    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
    installs
  19. Reconcile · lgtm-hq
    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
    installs
  20. Scorecard · lgtm-hq
    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
    installs
  21. Sweep Prs · lgtm-hq
    Retrospective audit of recently merged/closed PRs for anomalies that slipped through - merges without green builds, merges onto red main, unresolved or post-merge review threads, hollow resolutions. Read-only sweep, then confirmed remediation (issues, disposition replies). Use when asked to sweep PRs, audit merged PRs, or check what slipped through.
    0
    installs
  22. Turbo Add · lgtm-hq
    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
    installs
  23. Babysit Pr · lgtm-hq
    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
    installs
  24. Coderabbit · lgtm-hq
    Run CodeRabbit CLI for pre-push AI diff review. Use when asked for CodeRabbit, cr review, or as part of the default pre-push review set with greptile and lintro-review. Max 2-3 runs per change set.
    0
    installs
  25. Lintro Add · lgtm-hq
    Guide for adding new linting/formatting tools to lintro. Use when implementing shellcheck, shfmt, sqlfluff, taplo, semgrep, gitleaks, or any new tool plugin.
    0
    installs
  26. Pr Raycast · lgtm-hq
    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
    installs
  27. Stand Odin · lgtm-hq
    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
    installs
  28. Stand Rust · lgtm-hq
    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
    installs
  29. Test Shell · lgtm-hq
    BATS shell script testing. Use when writing or running shell script tests. Covers setup/teardown, assertions, mocking, helper patterns, and coverage with kcov.
    0
    installs
  30. Turbo Test · lgtm-hq
    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
    installs
  31. Test UI Qsf · lgtm-hq
    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
    installs
  32. Analyze Code · lgtm-hq
    Code-level quality analysis. Use when asked to review code for smells, security issues, implementation quality, or test coverage.
    0
    installs
  33. Audit Merges · lgtm-hq
    Deep retrospective audit of everything merged to main over a window - code quality against the stand-* skills, introduced bugs, unsafe changes, merges over red signals, hollow thread resolutions, and untracked deferrals - with a tabbed HTML report as the deliverable. Use when asked to audit merges, review what landed on main, or verify automated/agent-authored merges were up to standard.
    0
    installs
  34. Turbo Verify · lgtm-hq
    Verify that a theme implementation is complete and follows all project standards. Use after adding a new theme to turbo-themes.
    0
    installs
  35. Analyze Tests · lgtm-hq
    Test suite analysis. Use when asked to analyze, review, or evaluate a project's tests for quality, coverage gaps, and best practices.
    0
    installs
  36. Lintro Review · lgtm-hq
    AI branch review using lintro's own `lintro review` — a standard local pre-push pass alongside the coderabbit and greptile CLIs, and the review of record when those are rate-limited or unavailable. Use when asked for a lintro review, an interim/fallback AI review, or as part of the default pre-push review set.
    0
    installs
  37. Lintro Verify · lgtm-hq
    Verify that a lintro tool implementation is complete and follows all project standards. Use after adding a new tool to lintro.
    0
    installs
  38. Stand General · lgtm-hq
    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, greptile, and lintro review CLIs.
    0
    installs
  39. Analyze Project · lgtm-hq
    High-level project analysis. Use when asked to analyze, review, or evaluate a project's architecture, structure, and overall health.
    0
    installs
  40. Implement Issues · lgtm-hq
    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
    installs