mostafa-drz/claude-skills

Collection of Claude Code and Claude Desktop skills for developer workflows, automation, and productivity

4Stars on the repository
49Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

address-pr-comments

01

mostafa-drz/claude-skills

Skill Claude Code

Fetches unresolved PR comments, categorizes them (must-fix, suggestion, question, nit), proposes fixes or replies for each, and executes approved actions. Use when addressing PR review feedback or when someone requests changes on your PR.

not rated 4 +2 26d ago A 51 tokens original MIT

address-pr-feedback

02

mostafa-drz/claude-skills

Skill Claude Code

Comprehensively addresses PR feedback by fetching all comments, deploying parallel agents for critical analysis of each suggestion, making implementation decisions, then systematically implementing fixes with incremental commits and browser validation. Use when you need to systematically process and implement all PR…

not rated 4 +2 26d ago A 61 tokens original MIT

audit-skills

03

mostafa-drz/claude-skills

Skill Claude Code

Audit personal Claude skills for consistency, best practices, and up-to-date standards.

not rated 4 +2 26d ago A 5 tokens original MIT

audit-ui-e2e

04

mostafa-drz/claude-skills

Skill Claude Code

Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to…

not rated 4 +2 26d ago A 152 tokens original MIT

build-incremental

05

mostafa-drz/claude-skills

Skill Claude Code

Implements code in progressive, verified increments — auto-detects the project's toolchain, builds each unit, runs checks (typecheck, lint, test), fixes errors, and commits with semantic messages. Use when building features, implementing milestones, or making multi-step changes.

not rated 4 +2 26d ago A 60 tokens original MIT

capture-screens

06

mostafa-drz/claude-skills

Skill Claude Code

Automatically navigates a web app using Playwright MCP and captures context-aware named screenshots at each product feature state. Names each file semantically based on context (e.g., checkout-payment-form-filled.png). Outputs a manifest.json mapping filenames to descriptions and a summary report. Use when documenting…

not rated 4 +2 26d ago A 101 tokens original MIT

chunk-pr

07

mostafa-drz/claude-skills

Skill Claude Code

Break one big PR into a sequence of small, logical, merge-safe PRs. Suggest, don't decide — the user approves every chunk and every destructive action.

not rated 4 +2 26d ago A 4 tokens original MIT

clean-copy

08

mostafa-drz/claude-skills

Skill Claude Code

Cleans terminal-formatted text and copies it to the macOS clipboard via pbcopy, formatted for the target platform (Gmail, Slack, LinkedIn, plain, markdown). Strips uniform leading indentation, trailing whitespace, and soft-wrapped paragraphs that come from copying out of a terminal, then applies platform conventions…

not rated 4 +2 26d ago A 122 tokens original MIT

compliance-audit

09

mostafa-drz/claude-skills

Skill Claude Code

Audits codebases against compliance frameworks (SOC2, HIPAA, PCI-DSS, GDPR, ISO27001, etc.) using parallel agents per subdirectory/sub-repo. Produces a detailed markdown report with line-level code references. Use when you need to check a directory or monorepo for compliance violations before an audit or review.

not rated 4 +2 26d ago A 74 tokens original MIT

create-pr

10

mostafa-drz/claude-skills

Skill Claude Code

Create a well-structured, product-focused pull request.

not rated 4 +2 26d ago A 4 tokens original MIT

daily-brief

11

mostafa-drz/claude-skills

Skill Claude Code

Surface what changed since you last looked — PR reviews, ticket updates, new assignments, mentions — from all your project tools.

not rated 4 +2 26d ago A 5 tokens original MIT

docs-doctor

12

mostafa-drz/claude-skills

Skill Claude Code

Audits a repository's documentation for unused docs, wrong details, missing coverage, inaccurate data, broken structure, and writing best-practices. Generates a markdown report (HTML optional) with severity ratings. Supports modes (main, comprehensive, focused, quick), per-profile templates (open-source…

not rated 4 +2 26d ago A 136 tokens original MIT

emotional-recap

13

mostafa-drz/claude-skills

Skill Claude Code

Reviews the user's past Claude Code conversations from a wellbeing perspective — sentiment, tone, emotional arc, recurring patterns — and generates a supportive, science-grounded report in both Markdown and HTML. Default lookback is 48 hours across all projects. Uses recognised emotion frameworks (Plutchik, Ekman…

not rated 4 +2 26d ago A 135 tokens original MIT

enrich-message

14

mostafa-drz/claude-skills

Skill Claude Code

Enrich a draft message with code references, ticket links, and factual data. Outputs copy-pasteable markdown.

not rated 4 +2 26d ago A 5 tokens original MIT

exploration-to-spec

15

mostafa-drz/claude-skills

Skill Claude Code needs its repo

Converts an exploration conversation (architecture discussions, codebase analysis, design decisions) into a structured technical specification document. Generates a comprehensive but concise product-engineering doc suitable for PMs, tech leads, designers, frontend/backend engineers, and QA. Use when you've finished…

not rated 4 +2 26d ago A 72 tokens original MIT

extract-skill

16

mostafa-drz/claude-skills

Skill Claude Code

Scans the current conversation for patterns worth turning into a reusable skill or memory rule — feedback you've given Claude, workflows you've walked through, corrections, best practices, recurring setups. Proposes candidates, classifies each as skill (multi-step workflow) or memory (single rule), cross-checks…

not rated 4 +2 26d ago B 134 tokens original MIT

get-up-to-speed

17

mostafa-drz/claude-skills

Skill Claude Code

Reviews the latest git history, branch state, Linear ticket, and open work to build a concise situational summary. Use when picking up work after another agent, resuming a session, or onboarding to a branch mid-flight.

not rated 4 +2 26d ago A 50 tokens original MIT

git-cleanup

18

mostafa-drz/claude-skills

Skill Claude Code

Identifies and removes stale git branches, orphaned remote branches, and unused worktrees. Cross-references with Linear (or other integrations) to check issue status before deleting. Use when your repos have accumulated stale branches and you want to tidy up.

not rated 4 +2 26d ago A 54 tokens original MIT

mostafa-drz/claude-skills

Skill Claude Code needs its repo

Generates polished markdown guides from a directory of screenshots and a narrative. Visually reads each image, filters out redundant or irrelevant captures, organizes them contextually, and produces a Notion-compatible markdown file with image placeholders and structured sections. Use when you have screenshots and…

not rated 4 +2 26d ago A 73 tokens original MIT

investigate-ci

20

mostafa-drz/claude-skills

Skill Claude Code

Investigates GitHub Actions workflow failures for any repo. Fetches recent runs, identifies failures, extracts error logs, diagnoses root causes, and suggests fixes. Use when a deploy or CI workflow fails and you need to understand why.

not rated 4 +2 26d ago A 50 tokens original MIT

next-steps

21

mostafa-drz/claude-skills

Skill Claude Code

Generate a stakeholder-aligned next-steps checklist for a multi-stakeholder project from the current conversation and connected context. Use when the user has just had a working session and now needs to align teammates (PM, design, engineering, leadership) on what happens next, who owns it, and what's blocked. Output…

not rated 4 +2 26d ago A 86 tokens original MIT

mostafa-drz/claude-skills

Skill Claude Code needs its repo

Scans a folder for recent screenshots, visually classifies which ones are relevant to current work, and organizes them into a target directory with descriptive filenames. Use when collecting screenshots for PRs, bug reports, docs, or Linear issues.

not rated 4 +2 26d ago A 53 tokens original MIT

post-pr-for-review

23

mostafa-drz/claude-skills

Skill Claude Code

Generates a contextual Slack message for posting a PR to the team's review channel. Pulls context from PR diff, Linear ticket, session conversation, and related PRs to write a concise, informative review request. Use when sharing a PR for review, posting to the review channel, or preparing a review request message.

not rated 4 +2 26d ago A 68 tokens original MIT

post-ticket-summary

24

mostafa-drz/claude-skills

Skill Claude Code

Posts a structured implementation summary comment to a Linear issue — what was built, key decisions, reuse patterns, and how to test. Use after completing work on a ticket to document the implementation for the team.

not rated 4 +2 26d ago A 45 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: