Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
14351 github-issue proompteng/lab
Create well-scoped GitHub issues using the repo’s Codex issue template and `gh issue create`. Keep issues detailed enough for a Codex Argo workflow to execute the full request in one run. Workflow 1) Gather the required details - Ensure you have: summary, context, desired outcome, scope (in/out), constraints/risks, rollout notes, validation, and a Codex prompt. - If the user already provided content, reuse it verbatim and only ask for missing fields. 2) Start from the template - Use `.g...
72
14352 customer-success-manager borghei/claude-skills
Customer Success Manager Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Templates Best Practices Limitations Capabilities Customer Health Scoring :...
72
14353 cro-optimization ognjengt/founder-skills
CRO Optimization Purpose Analyze a landing page and deliver a comprehensive CRO audit with specific, actionable recommendations to maximize conversions. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "cro-optimization loaded, provide your landing page URL or paste your HTML/CSS code" Then wait for the user to provide their landing page in the next message. If $ARGUMENTS contains content: Proceed immediately to Task Execut...
72
14354 hierarchy-of-engagement pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Hierarchy of Engagement What It Is The Hierarchy of Engagement is a three-level framework for building consumer pr...
72
14355 pr windmill-labs/windmill
Create Pull Request Branch Strategy Target branch : canary (development branch, cloud production) main is the release branch — never PR directly to main Steps 1. Gather context (run in parallel) git branch --show-current — current branch name git status --short — uncommitted changes git rev-parse --abbrev-ref @{u} 2>/dev/null — remote tracking status git log --oneline origin/canary..HEAD — unpushed commits gh pr list --head "$(git branch --show-current)" --json number,title,state,url — existing ...
72
14356 insurance-expert personamanagmentlayer/pcl
Insurance Expert Expert guidance for insurance systems, underwriting, claims processing, actuarial analysis, risk assessment, fraud detection, and modern insurtech solutions. Core Concepts Insurance Systems Policy Administration Systems (PAS) Claims Management Systems Underwriting workstations Actuarial modeling systems Reinsurance management Agency management systems Document management Insurance Types Property & Casualty (P&C) Life insurance Health insurance Auto insurance Commercial insuran...
72
14357 xai-crypto-sentiment adaptationio/skrillz
Real-time cryptocurrency sentiment from Crypto Twitter (CT) using Grok's native X integration. Quick Start ``` import os from openai import OpenAI client = OpenAI( api_key=os.getenv("XAI_API_KEY"), base_url="https://api.x.ai/v1" ) def get_crypto_sentiment(coin: str) -> dict: """Get real-time sentiment for a cryptocurrency.""" response = client.chat.completions.create( model="grok-4-1-fast", messages=[{ "role": "user", "content": f"""An...
72
14358 task-manager lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
72
14359 sre-engineer 404kidwiz/claude-supercode-skills
SRE Engineer Senior Site Reliability Engineer with expertise in building highly reliable, scalable systems through SLI/SLO management, error budgets, capacity planning, and automation. Role Definition You are a senior SRE with 10+ years of experience building and maintaining production systems at scale. You specialize in defining meaningful SLOs, managing error budgets, reducing toil through automation, and building resilient systems. Your focus is on sustainable reliability that enables feat...
72
14360 system-design qodex-ai/ai-agent-skills
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
72
14361 tdd-workflow vudovn/antigravity-kit
Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. When to Activate Writing new features or functionality Fixing bugs or issues Refactoring existing code Adding API endpoints Creating new components Core Principles 1. Tests BEFORE Code ALWAYS write tests first, then implement code to make tests pass. 2. Coverage Requirements Minimum 80% coverage (unit + integration + E2E) All edge cases covered Error scenarios tested ...
72
14362 auto-updater sundial-org/awesome-openclaw-skills
Auto-Updater Skill This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts. Quick Setup To enable auto-updates, say "set up auto-updater" and I'll: Copy the update script to your home folder Create a cron job that runs the script at 4 AM daily Why a Script? The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent. The Updat...
72
14363 elegant-design rand/cc-polymath
Designing Elegant Interfaces Philosophy World-class design is intentional, accessible, and delightful. Every element serves a purpose, every interaction feels natural, and the experience adapts gracefully across contexts. Core Principles: Clarity over cleverness - Users should never wonder what to do next Consistency over novelty - Patterns should repeat predictably Performance over features - Fast, smooth interactions trump visual complexity Accessibility always - Design for all users from t...
72
14364 godot-3d-world-building thedivergentai/gd-agentic-skills
3D World Building Expert guidance for level design with GridMaps, CSG, and environmental setup. NEVER Do NEVER forget to bake GridMap navigation — GridMaps don't auto-generate navigation meshes. Use EditorPlugin or manual NavigationRegion3D. NEVER use CSG for final game geometry — CSG is for prototyping. Convert to static meshes for performance (use "Bake CSG Mesh" in editor). NEVER scale GridMap cell size after placing tiles — Changing cell_size doesn't update existing tiles, causing misalignme...
72
14365 skill-sync prowler-cloud/prowler
Purpose Keeps AGENTS.md Auto-invoke sections in sync with skill metadata. When you create or modify a skill, run the sync script to automatically update all affected AGENTS.md files. Required Skill Metadata Each skill that should appear in Auto-invoke sections needs these fields in metadata. auto_invoke can be either a single string or a list of actions: metadata: author: prowler-cloud version: "1.0" scope: [ui] Which AGENTS.md: ui, api, sdk, root ...
72
14366 indicator-dashboard marketcalls/openalgo-indicator-skills
Create a web dashboard for interactive technical analysis using Plotly Dash or Streamlit. Arguments Parse $ARGUMENTS as: type symbol $0 = dashboard type. Default: single Dash types : single , multi-symbol , multi-timeframe , scanner-dashboard Streamlit types : streamlit-single , streamlit-multi , streamlit-scanner $1 = symbol (e.g., SBIN, RELIANCE). Default: SBIN If no arguments, ask the user what kind of dashboard they want and whether they prefer Dash or Streamlit. Instructions Read the indica...
72
14367 aws-cloud-architecture manutej/luxor-claude-marketplace
AWS Cloud Architecture A comprehensive skill for designing, implementing, and operating production-grade AWS cloud architectures following the AWS Well-Architected Framework. Table of Contents AWS Well-Architected Framework Compute Services Storage Services Database Services Networking and Content Delivery Security, Identity, and Compliance Serverless Architecture Cost Optimization Monitoring and Operations High Availability and Disaster Recovery AWS Well-Architected Framework The AWS Well-Ar...
72
14368 aesthetic-analysis qodex-ai/ai-agent-skills
Landing Page Redesign Instructions When requested to redesign a landing page based on a reference: 1. User Interview If not provided in the initial request, ask the user for: Reference URL or Image: The landing page or design to replicate (can be a live website URL or an image URL) Target Page: Which file in the codebase should receive the design (e.g., app/(tabs)/index.tsx, app/landing.tsx) If details are provided in the initial request, skip to step 2 2. Capture Reference Design Use Playwrig...
72
14369 retrieving-mlflow-traces mlflow/skills
Retrieving MLflow Traces Single Fetch vs Search Choose the right approach based on what you have: You have... Use Command Trace ID Single fetch mlflow traces get --trace-id <id> Session/user/filters Search mlflow traces search --experiment-id <id> --filter-string "..." Single fetch - Use when you have a specific trace ID (e.g., from UI, logs, or API response): mlflow traces get --trace-id tr-69f72a3772570019f2f91b75b8b5ded9 Search - Use when you need to find traces by criteria (session, user, st...
72
14370 slidev-styling yoanbernabeu/slidev-skills
This skill covers all styling options in Slidev, including UnoCSS utilities, custom CSS, scoped styles, and advanced styling techniques. When to Use This Skill - Customizing slide appearance - Adding custom colors and typography - Creating reusable style patterns - Implementing animations - Building responsive layouts UnoCSS Basics Slidev uses UnoCSS, an atomic CSS framework similar to Tailwind CSS. Inline Classes ``` <div class="text-xl font-bold text-blue-500"> Styled text </div...
72
14371 moai-library-shadcn modu-ai/moai-adk
Quick Reference Enterprise shadcn/ui Component Library Expert Comprehensive shadcn/ui expertise with AI-powered design system architecture, Context7 integration, and intelligent component orchestration for modern React applications. Core Capabilities: AI-Powered Component Architecture using Context7 MCP Intelligent Design System with automated theme customization Advanced Component Orchestration with accessibility and performance Enterprise UI Framework with zero-configuration design tokens ...
72
14372 docusign-automation composiohq/awesome-claude-skills
DocuSign Automation via Rube MCP Automate DocuSign e-signature workflows through Composio's DocuSign toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/docusign Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active DocuSign connection via RUBE_MANAGE_CONNECTIONS with toolkit docusign Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just ...
72
14373 skill-writing-best-practices sergiodxa/agent-skills
Skill Writing Best Practices Patterns for creating effective AI agent skills that capture coding conventions and best practices. Contains 6 rules covering structure, content, and writing style. When to Apply Reference these guidelines when: Creating a new skill from scratch Extracting patterns from an existing codebase Reviewing or improving existing skills Converting documentation into skill format Rules Summary Structure (HIGH) skill-directory-structure - @rules/skill-directory-structure.md Ev...
72
14374 bad-example-skill bobmatnyc/claude-mpm-skills
⚠️ BAD EXAMPLE - Interdependent Skill (Anti-Pattern) WARNING: This is an ANTI-PATTERN example showing what NOT to do. DO NOT COPY THIS STRUCTURE. See good-self-contained-skill for correct approach. ❌ VIOLATION 1: Relative Path Dependencies Related Documentation For setup instructions, see [../setup-skill/SKILL.md](../setup-skill/SKILL.md) For testing patterns, see: - [../../testing/pytest-patterns/](../../testing/pytest-patterns/) - [../../testing/test-utils/](../../testing/test-utils/) D...
72
14375 mobile-testing proffesor-for-testing/agentic-qe
Mobile Testing <default_to_action> When testing mobile applications: DEFINE device coverage matrix (Tier 1: 60%, Tier 2: 30%, Tier 3: 10%) TEST platform differences (iOS ≠ Android: back button, permissions, UI) VALIDATE touch gestures (tap, swipe, pinch, long-press) TEST mobile-specific scenarios (offline, low battery, interruptions) USE real devices for critical paths, emulators for fast feedback Quick Mobile Checklist: Test on latest iOS + Android flagship devices Test offline mode and net...
72
14376 confluence-automation sickn33/antigravity-awesome-skills
Confluence Automation via Rube MCP Automate Confluence operations including page creation and updates, content search with CQL, space management, label tagging, and page hierarchy navigation through Composio's Confluence toolkit. Toolkit docs : composio.dev/toolkits/confluence Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Confluence connection via RUBE_MANAGE_CONNECTIONS with toolkit confluence Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup ...
72
14377 security rshankras/claude-code-apple-skills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
72
14378 powershell-windows vudovn/antigravity-kit
PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct if (Test-Path "a" -or Test-Path "b") if ((Test-Path "a") -or (Test-Path "b")) if (Get-Item $x -and $y -eq 5) if ((Get-Item $x) -and ($y -eq 5)) Rule: Each cmdlet call MUST be in parentheses when using logical operators. 2. Unicode/Emoji Restriction CRITICAL: No Unicode in Scripts Purpose ❌ Don't Use ✅ Use Success ✅ ✓ [OK] [+] Error ❌ ✗ 🔴...
72
14379 brand-strategy jeremylongshore/claude-code-plugins-plus-skills
Brand Strategy Framework A systematic 7-part methodology for building brand foundations — the same process top agencies use with Fortune 500 clients. Overview This skill guides users through a comprehensive brand strategy process, from core identity through measurement. Each phase builds on the previous, creating a cohesive strategic foundation. Walk the user through each phase sequentially. Ask discovery questions, synthesize their answers, and produce structured outputs for each section be...
72
14380 popo-document-browser api/git
No SKILL.md available for this skill. View on GitHub
71
14381 python-data-pipeline-designer jorgealves/agent_skills
Python Data Pipeline Designer Purpose and Intent Design ETL workflows with data validation using tools like Pandas, Dask, or PySpark. Use when building robust data processing systems in Python. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem...
71
14382 zendesk-automation composiohq/awesome-claude-skills
Zendesk Automation via Rube MCP Automate Zendesk operations through Composio's Zendesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/zendesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zendesk connection via RUBE_MANAGE_CONNECTIONS with toolkit zendesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint ...
71
14383 intent-plan arcblock/idd
Intent Plan Transform an approved Intent into a structured, executable development plan with strict TDD discipline. Core Principles Test First, Always: Every implementation step starts with writing tests Phased Execution: Break work into phases with clear deliverables Verification Gates: Each phase ends with e2e validation Automation Priority: Prefer CLI/script testing over manual/browser testing Plan Structure Phase 1: [Phase Name] ├── Step 1.1: [Feature/Component] │ ├── Unit 1: Write Tests...
71
14384 dropbox-automation composiohq/awesome-claude-skills
Dropbox Automation via Rube MCP Automate Dropbox operations including file upload/download, search, folder management, sharing links, batch operations, and metadata retrieval through Composio's Dropbox toolkit. Toolkit docs : composio.dev/toolkits/dropbox Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Dropbox connection via RUBE_MANAGE_CONNECTIONS with toolkit dropbox Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://r...
71
14385 multi-agent architect daffy0208/ai-dev-standards
Multi-Agent Architect Design systems where multiple specialized agents collaborate to solve complex problems. Core Principle Divide complex tasks among specialized agents , each expert in their domain, coordinated through clear communication patterns. When to Use Multi-Agent Systems Use Multi-Agent When: ✅ Task requires multiple specializations (research + writing + coding) ✅ Parallel processing speeds up solution (independent subtasks) ✅ Need self-correction through peer review ✅ Complex workfl...
71
14386 performance-profiling vudovn/antigravity-kit
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Metric Good Poor Measures LCP < 2.5s > 4.0s Loading INP < 200ms > 500ms Interactivity CLS < 0.1 > 0.25 Stability When to Measure Stage Tool Development Local Lighthouse CI/CD Lighthouse CI Production RUM (Real Use...
71
14387 pdf dedalus-erp-pas/foundation-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
71
14388 instrumenting-with-mlflow-tracing mlflow/skills
MLflow Tracing Instrumentation Guide Language-Specific Guides Based on the user's project, load the appropriate guide: Python projects : Read references/python.md TypeScript/JavaScript projects : Read references/typescript.md If unclear, check for package.json (TypeScript) or requirements.txt / pyproject.toml (Python) in the project. What to Trace Trace these operations (high debugging/observability value): Operation Type Examples Why Trace Root operations Main entry points, top-level pipelines,...
71
14389 hubspot-automation sickn33/antigravity-awesome-skills
HubSpot CRM Automation via Rube MCP Automate HubSpot CRM workflows including contact/company management, deal pipeline tracking, ticket search, and custom property creation through Composio's HubSpot toolkit. Toolkit docs : composio.dev/toolkits/hubspot Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HubSpot connection via RUBE_MANAGE_CONNECTIONS with toolkit hubspot Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rub...
71
14390 mapbox-integration-patterns mapbox/mcp-devkit-server
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing vi...
71
14391 ios-design pproenca/dot-skills
Apple SwiftUI iOS Design Best Practices A builder's guide for implementing Apple-quality iOS interfaces in SwiftUI, grounded in two foundational design texts: Ken Kocienda — Creative Selection (empathy for the user, craft in coding, taste in choosing the best solution, demo culture of iterative refinement) John Edson — Design Like Apple (systems thinking, the product is the marketing, design out loud, design with conviction) Contains 62 rules across 8 principle-based categories. Each rule identi...
71
14392 tailwindcss-debugging josiahsiegel/claude-plugin-marketplace
Tailwind CSS Debugging & Troubleshooting Common Issues & Solutions 1. Styles Not Applying Check Content Detection v4 automatically detects content, but if styles are missing: /* Explicitly specify sources */ @import "tailwindcss"; @source "./src//*.{html,js,jsx,ts,tsx,vue,svelte}"; Verify Class Names <!-- WRONG - Dynamic class won't be detected --> <div class={`text-${color}-500`}> <!-- CORRECT - Use complete class names --> <div class={color === 'blue' ? 'text-blue-500' : 'text-red-500'}> ...
71
14393 codemap jordancoin/codemap
Codemap Codemap gives you instant architectural context about any codebase. Use it proactively before exploring or modifying code. Commands codemap . Project structure and top files codemap --deps Dependency flow (imports/functions) codemap --diff Changes vs main branch codemap --diff --ref <branch> Changes vs specific branch When to Use ALWAYS run codemap . when: Starting any new task or feature User asks "where is X?" or "what files hand...
71
14394 cli-developer 404kidwiz/claude-supercode-skills
CLI Developer Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience. Role Definition You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX. When to Use This Skill Building CLI tools and t...
71
14395 github-issue-creator sickn33/antigravity-awesome-skills
GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type : Determine if the request is a bug report, feature request, or other category. Locate Template : Search for issue templates in .github/ISSUE_TEMPLATE/ . bug_report.yml feature_request.yml website_issue.yml If no relevant YAML template is found, look for .md template...
71
14396 rich-terminal-output autumnsgrove/groveengine
Rich Terminal Output Skill When to Activate Activate this skill when: Building CLI applications Displaying structured data (tables) Showing progress for long operations Creating error/status panels Pretty-printing objects for debugging Enhancing logging output Installation uv add rich Quick test python -c "from rich import print; print('[bold green]Rich working![/]')" Core Concepts Console Object from rich . console import Console console = Console ( ) Basic output console . print ( "Hello, Wo...
71
14397 ghostty-config sammcj/agentic-coding
Ghostty Configuration Guidance for configuring the Ghostty terminal emulator. Ghostty uses text-based config files with sensible defaults and zero required configuration. Config File Locations XDG Path (All Platforms): $XDG_CONFIG_HOME/ghostty/config Defaults to ~/.config/ghostty/config if XDG_CONFIG_HOME undefined macOS Additional Path: ~/Library/Application Support/com.mitchellh.ghostty/config If both XDG and macOS paths exist, both are loaded with macOS path taking precedence Config Syntax C...
71
14398 creating-agent-skills everyinc/compound-engineering-plugin
Creating Agent Skills This skill teaches how to create effective Claude Code Skills following Anthropic's official specification. Core Principles 1. Skills Are Prompts All prompting best practices apply. Be clear, be direct. Assume Claude is smart - only add context Claude doesn't have. 2. Standard Markdown Format Use YAML frontmatter + markdown body. No XML tags - use standard markdown headings. --- name: my-skill-name description: What it does and when to use it --- My Skill Name Qui...
71
14399 powershell-shell-detection josiahsiegel/claude-plugin-marketplace
PowerShell Shell Detection & Cross-Shell Compatibility Critical guidance for distinguishing between PowerShell and Git Bash/MSYS2 shells on Windows, with shell-specific path handling and compatibility notes. Shell Detection Priority (Windows) When working on Windows, correctly identifying the shell environment is crucial for proper path handling and command execution. Detection Order (Most Reliable First) process.env.PSModulePath (PowerShell specific) process.env.MSYSTEM (Git Bash/MinGW spec...
71
14400 git-expert personamanagmentlayer/pcl
Git Expert You are an expert in Git version control with deep knowledge of advanced workflows, branching strategies, collaboration patterns, and best practices. You help teams manage code efficiently and resolve complex version control issues. Core Expertise Essential Git Commands Basic Operations: Initialize repository git init git clone https://github.com/user/repo.git Check status and differences git status git diff Unstaged changes git diff --staged Staged changes git diff main .. .featu...
71