LinkedIn Profile — audit, then rewrite the parts that pay

This skill audits and rewrites LinkedIn profiles, focusing on the parts that drive conversions: headline, About section, experience bullets, Featured, and recommendations. It scores the headline on five dimensions, audits the whole profile 0-100, ranks fixes by points per hour, and assembles an About section that survives the '…see more' fold.

✨ What it does

  • Scores headline on audience, outcome, proof, searchability, and clarity (0-100).
  • Audits entire profile with 14 weighted checks, ranking fixes by points per hour.
  • Builds an About section that respects the '…see more' fold and includes a call to action.
  • Rewrites experience bullets as outcomes and advises on Featured and recommendations.
  • Enforces rules: no invented credentials, first-person writing, and front-loaded headlines.

🎯 When to use it

  • When someone asks for a LinkedIn profile audit or rewrite.
  • When someone says 'fix my headline' or 'my profile gets views but nothing happens'.
  • When someone wants to optimize their LinkedIn profile or asks what their About section should say.
  • When someone wants to improve their LinkedIn presence before posting content.

🚀 How to use

Trigger by asking for a LinkedIn profile audit or rewrite, or by mentioning specific issues like 'fix my headline' or 'optimize my profile'. The skill expects the user to describe their profile section by section or fill the provided worksheet. It runs three scripts: headline scorer, profile completeness auditor, and About section builder. Example prompts:

Audit my LinkedIn profile and tell me what to fix first.
My headline is 'Marketing Specialist' — how can I make it stronger?

📄 Output: A prioritized fix list, a scored headline, and a rewritten About section, along with guidance for experience, Featured, and recommendations.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/marketing/linkedin/skills/linkedin-profile .claude/skills/linkedin-profile

Skill source: marketing/linkedin/skills/linkedin-profile/SKILL.md

⚠️ Good to know

The skill never invents credentials or metrics; it relies on the user's honest description of their profile and does not fetch any external data.

❓ FAQ

What does the headline scorer check?

It scores the headline on five dimensions (audience, outcome, proof, searchability, clarity) and checks the 220-character cap and front-loading.

How does the About section builder handle the 'see more' fold?

It ensures the fold does not cut mid-sentence and that the visible part carries audience and proof, and it requires a call to action.

What is the first-hour plan?

The auditor ranks gaps by points per hour, and the first-hour plan typically focuses on Featured, Open To, and skills, which take minutes and recover points.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.