com um clique
linear-issue
Create linear issues for the GRAC (GraphAcademy) team.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create linear issues for the GRAC (GraphAcademy) team.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Identify deprecated Cypher syntax in code files.
Periodically review course content for accuracy, relevance, and consistency. This includes checking for deprecated Cypher syntax.
Fact-check a single lesson against Neo4j documentation using the neo4j-docs MCP. Fixes inaccurate claims inline and appends a WHY report.
Review a single lesson for US English grammar, style, voice, and Neo4j terminology. Fixes issues inline and appends a WHY report.
Review a single lesson for pedagogical structure, lesson length, opening pattern, concept delivery, and scaffolding. Fixes issues inline and appends a WHY report.
Review a single lesson for AsciiDoc syntax, link formatting, code blocks, slides structure, and question includes. Fixes issues inline and appends a WHY report.
| name | linear-issue |
| description | Create linear issues for the GRAC (GraphAcademy) team. |
Purpose: To create a Linear issue for the GRAC (GraphAcademy) team to track tasks, bugs, or feature requests related to course content.
When to use: Use this skill when you want to create a Linear issue for the GRAC team. It should not be used for other teams or purposes.
This skill creates new issues in Linear for the GRAC team. It requires the Linear CLI to be installed and authenticated with an API key that has access to the GRAC team.
On first use the Lineat CLI will need to be installed and authenticated with an API key that has access to the GRAC team. An API key can be generated by the user in Linear account security (https://linear.app/settings/account/security). This is a one-time setup step.
Test Linear CLI is installed:
npx linear -V
Install Linear CLI:
npm install @schpet/linear-cli
Authenticate with Linear:
npx linear auth login --key <key>
Issues should be created with a clear title and description.
The default state should be "Triage". Other states are "Backlog", "In Progress", "Done", "Canceled".
The team should always be "GRAC".
Example commands:
Create linear issue:
npx linear issue create -t "Issue title" -d "#Description\nSome need to know information" -s "Triage" --team "GRAC" --no-interactive
Create linear issue from file:
npx linear issue create -t "Issue title" --description-file "path/to/file" -s "Triage" --team GRAC --no-interactive