git2linkedin

Generate feature-based and confidentiality-safe English LinkedIn Experience drafts directly from commit messages. Use when asked to write LinkedIn experience text from real commit activity for all-time or a specific date range (`since`/`until` in YYYY-MM-DD), while avoiding repository statistics and internal/confidential implementation details.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git2linkedin" with this command: npx skills add mehmetkoca/git2linkedin/mehmetkoca-git2linkedin-git2linkedin

Git2LinkedIn

Overview

Generate a LinkedIn Experience draft from git history by directly reading commit messages and converting them into feature-focused, business-relevant, and confidentiality-safe bullets.

Workflow

  1. Collect required inputs:
  • role (required)
  • company (required)
  1. Collect optional inputs:
  • repo (default .)
  • since (YYYY-MM-DD)
  • until (YYYY-MM-DD)
  • author (default: current git user)
  • out (optional markdown output path)
  • max-commits (default 400)
  1. Run the extractor:
# All-time
python3 skills/git2linkedin/scripts/git_history_extract.py \
  --role "Senior Software Engineer" \
  --company "Acme"

# Date range
python3 skills/git2linkedin/scripts/git_history_extract.py \
  --role "Senior Software Engineer" \
  --company "Acme" \
  --since 2025-01-01 \
  --until 2025-12-31
  1. Convert JSON output into final LinkedIn text:
  • Write one short English summary sentence.
  • Write 4-6 impact bullets.
  • Focus on end-user value and business relevance.
  • Avoid repository metrics, commit hashes, file paths, and internal identifiers.
  1. Handle empty ranges explicitly:
  • If commit list is empty, explain that no commits were found and suggest widening the date range or changing author.

Output Contract

Use these JSON fields:

  • summary: baseline sentence for LinkedIn experience
  • feature_highlights: feature-oriented bullet candidates
  • end_user_outcomes: user-facing outcomes
  • business_relevance: why this work matters for role/business goals
  • source_mode: extraction mode metadata (direct-commit-messages)
  • guidance: fallback suggestion when history is empty

Guardrails

  • Keep output in English unless user asks otherwise.
  • Keep bullets concise and outcome-focused.
  • Keep sentence style mostly passive and neutral; avoid first-person phrasing (I improved, I enhanced, etc.).
  • Do not include repository statistics.
  • Do not expose commit hashes, file paths, issue IDs, URLs, or raw commit messages.
  • Do not invent confidential product details; keep language high-level and safe for public profiles.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated