focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:linkedin-analyze — Read your own exported LinkedIn post data, report medians and outlier bands rather than misleading means, test candidate patterns against a seeded permutation null with multiple-comparisons accounting, and size a real experiment. Refuses to conclude
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-linkedin-analyzeContext preview
What this command does when you run it.
/cs:linkedin-analyze — Read your own exported LinkedIn post data, report medians and outlier bands rather than misleading means, test candidate patterns against a seeded permutation null with multiple-comparisons accounting, and size a real experiment. Refuses to conclude
name: "cs-linkedin-analyze" description: "/cs:linkedin-analyze — Read your own exported LinkedIn post data, report medians and outlier bands rather than misleading means, test candidate patterns against a seeded permutation null with multiple-comparisons accounting, and size a real experiment. Refuses to conclude anything below 10 posts." argument-hint: "[path to your LinkedIn post export, or the pattern you think you see]"
**Command:** `/cs:linkedin-analyze [export path or the claim to test]`
Your own data only. Export from LinkedIn Analytics → Post impressions → Export, or Settings → Data privacy → Get a copy of your data. Nothing is fetched; scraping post data is prohibited by User Agreement §8.2 and none of this needs it.
1. **A description** — median and MAD, percentile bands, a 1.5×IQR breakout threshold, and a per-post band from BREAKOUT to DUD. 2. **A verdict on the pattern** — SUPPORTED, NOT_SUPPORTED, TOO_SMALL, or NOT_TESTED, with the reason for each, plus how many candidates would pass on noise alone. 3. **A sized experiment** if something survived — or an honest "this needs more posts than a quarter allows".
python3 ../skills/linkedin-analytics/scripts/post_performance_analyzer.py \ --input export.csv --csv --output human # exit 2 = under 10 posts. Descriptive only. Say so and stop. python3 ../skills/linkedin-analytics/scripts/pattern_miner.py \ --input export.csv --csv --output human # exit 2 = nothing survived. This is a real finding, not a failure. # CV for the planner = 1.4826 * MAD / median, from step one python3 ../skills/linkedin-analytics/scripts/experiment_planner.py \ --hypothesis "..." --variable "..." --cv 0.45 --effect 0.30 \ --posts-per-week 2 --max-weeks 12 --output human
something that reads like a conclusion.
carousels when you had structured material, on topics you knew best, in weeks you had time.
audience, usually a vendor's sample.
Do not keep slicing the data until something passes.
and let them decide. Do not quietly shrink the effect to make it fit.
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…