New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

linear-qa-randomizer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linear-qa-randomizer

Randomly selects an issue from Linear's Pending QA Issues view

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Linear QA Randomizer

A simple CLI tool to get a random issue from your Linear "Pending QA Issues" custom view.

Setup

  • Clone the repository (or navigate to the project folder).
  • Install dependencies:
    npm install
    
  • Build the project:
    npm run build
    

Configuration

The script requires a Linear API key. You can provide it in two ways:

  • Environment Variable:
    export LINEAR_API_KEY=your_api_key_here
    
  • ~/.linear-qa-randomizer.json The script will prompt you to paste your API key if it's run without an API key and save it here.
  • File: Create an apikey.txt file in the project root containing only your API key.

You can obtain a key on Linear by going to Settings > Security and Access > Create new API key.

It only needs read access to run this application.

Usage

Run the script using:

npm start

Global Installation

You can install the tool globally to use it from anywhere:

npm install -g .
linear-qa-randomizer

How it works

  • The script connects to the Linear API.
  • It searches for a custom view named "Pending QA Issues" (case-insensitive).
  • It pulls all issues from that view and prints a link to one chosen at random.
  • It automatically opens the link in your default browser.
  • If the view is not found, it lists available views to help you debug.

FAQs

Package last updated on 23 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts