link-pr-task

Append LK-ID to GitHub PR titles and trigger Notion task linkage.

5|7|Updated Jul 21, 2014
One-click install
npx skills add https://github.com/lucidash/dotfiles --skill link-pr-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: link-pr-task
Source: https://github.com/lucidash/dotfiles/tree/main/claude/skills/link-pr-task
Command: npx skills add https://github.com/lucidash/dotfiles --skill link-pr-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of ensuring PRs carry a Notion task reference by appending LK-ID to PR titles and triggering Notion linkage.

Core Features & Use Cases

  • Automatic LK-ID tagging: Appends the development task ID to PR titles to facilitate Notion linkage.
  • Notion integration trigger: Notion API/webhook automatically associates PRs with the corresponding Notion task when LK-ID is present.
  • Use Case: When a PR is created for a Notion development task, this skill ensures the PR title includes LK-XXXX so teammates can quickly navigate between code and task.

Quick Start

Trigger the skill with: /link-pr-task https://www.notion.so/tpcinternet/LK-XXXX-...

Frequently Asked Questions about link-pr-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically link GitHub PRs to Notion tasks?

To automatically link GitHub PRs to Notion tasks, you append the Notion task ID to PR titles, which triggers a webhook to associate the PR with the corresponding Notion development task.

What is an LK-ID and how does it connect pull requests to Notion?

An LK-ID is a development task identifier used to connect pull requests to Notion. When appended to a GitHub PR title, it allows the Notion API to resolve the task and automatically link the PR.

Do I need a webhook to sync GitHub PR titles with Notion development tasks?

Yes, you need a webhook to sync GitHub PR titles with Notion tasks. The webhook triggers the Notion integration to automatically associate the pull request with the corresponding task when the LK-ID is present.

Can I use the GitHub API to update PR titles for Notion integration?

Yes, you can use the GitHub API to update PR titles for Notion integration. This skill leverages the GitHub API to modify PR titles by appending the LK-ID, which then triggers the Notion linkage.

What is the best way to trigger Notion linkage when a PR is created?

The best way to trigger Notion linkage when a PR is created is to provide the Notion task URL so the skill can retrieve the LK-ID, append it to the GitHub PR title, and fire the webhook.

Why does my PR title need the LK-ID appended for Notion automation?

Your PR title needs the LK-ID appended for Notion automation so teammates can quickly navigate between code and task. It acts as the reference key for the Notion API to resolve and link the PR.