원클릭으로
linear-issue
Create linear issues for the GRAC (GraphAcademy) team.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create linear issues for the GRAC (GraphAcademy) team.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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