Loading...
Loading...
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.
npx skill4agent add mehmetkoca/git2linkedin git2linkedinrolecompanyrepo.sinceYYYY-MM-DDuntilYYYY-MM-DDauthoroutmax-commits400# 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-31authorsummaryfeature_highlightsend_user_outcomesbusiness_relevancesource_modedirect-commit-messagesguidanceI improvedI enhanced