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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,580
总 Skills
95.1M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
12051 polyglot-integration aj-geddes/useful-ai-prompts
Polyglot Integration Overview Integrate code written in different programming languages to leverage their unique strengths and ecosystems. When to Use Performance-critical code in C/C++/Rust ML models in Python from other languages Legacy system integration Leveraging language-specific libraries Microservices polyglot architecture Implementation Examples 1. Node.js Native Addons (C++) // addon.cc include <node.h> namespace demo { using v8::FunctionCallbackInfo; using v8::Isolate; using v8::L...
278
12052 canary-deployment aj-geddes/useful-ai-prompts
Canary Deployment Overview Deploy new versions gradually to a small percentage of users, monitor metrics for issues, and automatically rollback or proceed based on predefined thresholds. When to Use Low-risk gradual rollouts Real-world testing with live traffic Automatic rollback on errors User impact minimization A/B testing integration Metrics-driven deployments High-traffic services Implementation Examples 1. Istio-based Canary Deployment canary-deployment-istio.yaml apiVersion: apps/v1 ki...
278
12053 bubbletea ggprompts/tfe
Production-ready skill for building beautiful terminal user interfaces with Go, Bubbletea, and Lipgloss. When to Use This Skill Use this skill when: - Creating new TUI applications with Go - Adding Bubbletea components to existing apps - Fixing layout/rendering issues (borders, alignment, overflow) - Implementing mouse/keyboard interactions - Building dual-pane or multi-panel layouts - Adding visual effects (metaballs, waves, rainbow text) - Troubleshooting TUI rendering problems Cor...
278
12054 javascript-testing-patterns sickn33/antigravity-awesome-skills
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
278
12055 game-designer dylantarre/animation-principles
Game UI/UX Designer You are an expert game UI/UX designer specializing in browser games. You analyze games and implement visual polish, atmosphere, and player experience improvements. You think like a designer — not just about whether the game works, but whether it feels good to play. Reference Files For detailed reference, see companion files in this directory: visual-catalog.md — All visual improvement patterns: backgrounds (parallax, gradients), color palettes, juice/polish effects, particle ...
278
12056 a/b test analysis aj-geddes/useful-ai-prompts
278
12057 django-cloud-sql-postgres jezweb/claude-skills
Django on Google Cloud SQL PostgreSQL Status: Production Ready Last Updated: 2026-01-24 Dependencies: None Latest Versions: Django@5.1, psycopg2-binary@2.9.9, gunicorn@23.0.0, google-cloud-sql-connector@1.12.0 Quick Start (10 Minutes) 1. Install Dependencies pip install Django psycopg2-binary gunicorn For Cloud SQL Python Connector (recommended for local dev): pip install "cloud-sql-python-connector[pg8000]" Why this matters: psycopg2-binary is the PostgreSQL adapter for Django gunicorn ...
277
12058 brainstorming everyinc/compound-engineering-plugin
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
277
12059 ios device automation web-infra-dev/midscene-skills
iOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for ea...
277
12060 alicloud-database-analyticdb-mysql cinience/alicloud-skills
Category: service AnalyticDB for MySQL Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AnalyticDB for MySQL. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region po...
277
12061 drawio markdown-viewer/skills
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
277
12062 nansen-wallet-profiler nansen-ai/nansen-cli
Wallet Profiler All commands: nansen research profiler <sub> [options] --address and --chain required for most commands. Balance & Identity nansen research profiler balance --address < addr > --chain ethereum nansen research profiler labels --address < addr > --chain ethereum nansen research profiler search --query "Vitalik" PnL nansen research profiler pnl --address < addr > --chain ethereum --days 30 nansen research profiler pnl-summary --address < addr > --chain ethereum Transactions & Histor...
277
12063 google-adk-python cnemri/google-genai-skills
Google ADK (Python) Skill This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets. How to Use Identify the user's specific interest or task and refer to the relevant reference file below. Each reference file contains links to the official documentation (Markdown) and the corresponding Python examples (raw code). Topics 1. Getting Started For installation, quickstarts, ...
277
12064 storytelling-synthesizer rysweet/amplihack
Storytelling Synthesizer Skill Purpose Transform technical work (pull requests, commit histories, feature implementations) into compelling narratives that resonate with different audiences—whether preparing hackathon demos, writing technical blog posts, or creating marketing content. When to Use This Skill Hackathon Demos: Convert technical achievements into engaging 5-10 minute presentations Technical Blog Posts: Transform PR descriptions into detailed, narrative-driven articles Marketing Con...
277
12065 ml pipeline automation aj-geddes/useful-ai-prompts
ML Pipeline Automation ML pipeline automation orchestrates the entire machine learning workflow from data ingestion through model deployment, ensuring reproducibility, scalability, and reliability. Pipeline Components Data Ingestion : Collecting data from multiple sources Data Processing : Cleaning, transformation, feature engineering Model Training : Training and hyperparameter tuning Validation : Cross-validation and testing Deployment : Moving models to production Monitoring : Tracking perfor...
277
12066 error-detective sickn33/antigravity-awesome-skills
Use this skill when Working on error detective tasks or workflows Needing guidance, best practices, or checklists for error detective Do not use this skill when The task is unrelated to error detective You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You ar...
277
12067 spritecook-generate-sprites spritecook/skills
SpriteCook - AI Game Asset Generator Use SpriteCook MCP tools when the user needs pixel art, detailed/HD sprites, game assets, icons, tilesets, textures, or UI elements for a game project. SpriteCook generates production-ready game art from text prompts in two styles: pixel art and detailed HD art. Requires: SpriteCook MCP server connected to your editor. Set up with npx spritecook-mcp setup or see spritecook.ai . When to Use User asks to generate, create, or make sprites, pixel art, detailed ar...
277
12068 simpo-training davila7/claude-code-templates
SimPO - Simple Preference Optimization Quick start SimPO is a reference-free preference optimization method that outperforms DPO without needing a reference model. Installation: Create environment conda create -n simpo python=3.10 && conda activate simpo Install PyTorch 2.2.2 Visit: https://pytorch.org/get-started/locally/ Install alignment-handbook git clone https://github.com/huggingface/alignment-handbook.git cd alignment-handbook python -m pip install . Install Flash Attention 2 p...
277
12069 anndata davila7/claude-code-templates
AnnData Overview AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs), variable metadata (var), and multi-dimensional annotations (obsm, varm, obsp, varp, uns). Originally designed for single-cell genomics through Scanpy, it now serves as a general-purpose framework for any annotated data requiring efficient storage, manipulation, and analysis. When to Use This Skill Use this skill when: Creating, reading, or...
277
12070 free-tool-strategy davila7/claude-code-templates
Free Tool Strategy (Engineering as Marketing) You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or speci...
277
12071 symfony:symfony-voters makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-voters<div
277
12072 symfony:config-env-parameters makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:config-env-parameters<div
277
12073 conversion-psychology mike-coulbourn/claude-vibes
Conversion Psychology for Sponsored Content The Core Truth 95% of purchasing decisions happen subconsciously, driven by emotions, not logic. This means: Emotional reactions to marketing are 3x more powerful than the message itself Emotional videos stick — viewers are 6x more likely to remember them When people feel a bond with your brand, they're 70% more likely to purchase Implication for scripts: Lead with emotion, support with logic. Never the reverse. Key Emotional Triggers 1. Joy / Hap...
277
12074 runpod digitalsamba/claude-code-video-toolkit
RunPod Cloud GPU Run open-source AI models on cloud GPUs via RunPod serverless. Pay-per-second, no minimums. Setup 1. Create account at https://runpod.io 2. Add API key to .env echo "RUNPOD_API_KEY=your_key_here" >> .env 3. Deploy any tool with --setup python tools/image_edit.py --setup python tools/upscale.py --setup python tools/dewatermark.py --setup python tools/sadtalker.py --setup python tools/qwen3_tts.py --setup Each --setup command: Creates a RunPod template from the Docker image Cre...
277
12075 now-reading-page readwiseio/readwise-skills
You are generating a beautiful standalone HTML page showing what the user is currently reading and has recently read. The output is a single HTML file they can open in a browser or host on their personal site. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout (and pass this context to the subagent). If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> ). The instruc...
277
12076 paper-review evoscientist/evoskills
Paper Review A systematic approach to self-reviewing academic papers before submission. Covers a 5-aspect review checklist, reverse-outlining for structural clarity, figure/table quality checks, and rebuttal preparation. When to Use This Skill User wants to review or check a paper draft before submission User asks for feedback on paper quality or completeness User wants to prepare for potential reviewer criticism User mentions "review paper", "check my draft", "self-review" If the user has alrea...
277
12077 spl-to-apl axiomhq/skills
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500. Critical Differences - Time is explicit in APL: SPL time pickers don't translate — add `where _time between (ago(1h) .. now())` - Structure: SPL `index=... | command` → APL `['dataset'] | operator` - Join is preview: limited to 50k rows, inner/innerunique/leftouter only - cidrmatch args reversed: SPL `cidrmatch(cidr, ip)` → APL `ipv4_is_in_range(ip, c...
277
12078 alicloud-ai-search-opensearch cinience/alicloud-skills
Category: provider OpenSearch Vector Search Edition Use the ha3engine SDK to push documents and execute HA/SQL searches. This skill focuses on API/SDK usage only (no console steps). Prerequisites Install SDK (recommended in a venv to avoid PEP 668 limits): python3 -m venv .venv . .venv/bin/activate python -m pip install alibabacloud-ha3engine Provide connection config via environment variables: OPENSEARCH_ENDPOINT (API domain) OPENSEARCH_INSTANCE_ID OPENSEARCH_USERNAME OPENSEARCH_PASSWORD OPENSE...
276
12079 settlement kazukinagata/shinkoku
決算整理・決算書作成(Year-End Settlement) 会計年度末の決算整理仕訳を登録し、残高試算表・損益計算書・貸借対照表を確認するスキル。 journal スキルで日常仕訳の入力が完了していることを前提とする。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 パス解決の例 config の db_path が ./shinkoku.db 、 output_dir が ./output で CWD が /home/user/tax-2025/ の場合: ledger.py trial-balance --db-path /home/user/tax-2025/shinkoku.db --input que...
276
12080 reading-receipt kazukinagata/shinkoku
レシート・領収書・ふるさと納税受領証明書 画像読み取り レシート・領収書・ふるさと納税受領証明書の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(金額・日付・店舗名等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以...
276
12081 service-mesh-implementation aj-geddes/useful-ai-prompts
Service Mesh Implementation Overview Deploy and configure a service mesh to manage microservice communication, enable advanced traffic management, implement security policies, and provide comprehensive observability across distributed systems. When to Use Microservice communication management Cross-cutting security policies Traffic splitting and canary deployments Service-to-service authentication Request routing and retries Distributed tracing integration Circuit breaker patterns Mutual TLS b...
276
12082 survival analysis aj-geddes/useful-ai-prompts
Survival Analysis Overview Survival analysis studies time until an event occurs, handling censored data where events haven't happened for some subjects, enabling prediction of lifetimes and risk assessment. Key Concepts Survival Time : Time until event Censoring : Event not observed (subject dropped out) Hazard : Instantaneous risk at time t Survival Curve : Probability of surviving past time t Hazard Ratio : Relative risk between groups Common Models Kaplan-Meier : Non-parametric survival curve...
276
12083 correlation analysis aj-geddes/useful-ai-prompts
Correlation Analysis Overview Correlation analysis measures the strength and direction of relationships between variables, helping identify which features are related and detect multicollinearity. When to Use Identifying relationships between numerical variables Detecting multicollinearity before regression modeling Exploratory data analysis to understand feature dependencies Feature selection and dimensionality reduction Validating assumptions about variable relationships Comparing linear and n...
276
12084 error-diagnostics-error-trace sickn33/antigravity-awesome-skills
Error Tracking and Monitoring You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging, and ensure teams can quickly identify and resolve production issues. Use this skill when Working on error tracking and monitoring tasks or workflows Needing guidance, best practices, or checklists for error tracking and monitoring Do not use this skill when The task is...
276
12085 railway-domain davila7/claude-code-templates
Railway Domain Management Add, view, or remove domains for Railway services. When to Use User asks to "add a domain", "generate a domain", "get a URL" User wants to add a custom domain User asks "what's the URL for my service" User wants to remove a domain Add Railway Domain Generate a railway-provided domain (max 1 per service): railway domain --json For a specific service: railway domain --json --service backend Response Returns the generated domain URL. Service must have a deployment...
276
12086 railway-metrics davila7/claude-code-templates
Railway Service Metrics Query resource usage metrics for Railway services. When to Use User asks "how much memory is my service using?" User asks about CPU usage, network traffic, disk usage User wants to debug performance issues User asks "is my service healthy?" (combine with railway-service skill) Prerequisites Get environmentId and serviceId from linked project: railway status --json Extract: environment.id → environmentId service.id → serviceId (optional - omit to get all services) M...
276
12087 synthetic-monitoring aj-geddes/useful-ai-prompts
Synthetic Monitoring Overview Set up synthetic monitoring to automatically simulate real user journeys, API workflows, and critical business transactions to detect issues and validate performance. When to Use End-to-end workflow validation API flow testing User journey simulation Transaction monitoring Critical path validation Instructions 1. Synthetic Tests with Playwright // synthetic-tests.js const { chromium } = require('playwright'); class SyntheticMonitor { constructor(config = {}) { ...
276
12088 alicloud-platform-openapi-product-api-discovery cinience/alicloud-skills
Alibaba Cloud Product + API Discovery Follow this workflow to collect products, resolve API metadata, and build summaries for skill planning. Workflow Fetch product lists from the three sources Ticket System (ListProducts) Support & Service (ListProductByGroup) BSS OpenAPI (QueryProductList) Run the bundled scripts (from this skill folder): python scripts/products_from_ticket_system.py python scripts/products_from_support_service.py python scripts/products_from_bssopenapi.py Provide required env...
275
12089 axiom-swiftui-architecture charleswiltgen/axiom
SwiftUI Architecture When to Use This Skill Use this skill when: You have logic in your SwiftUI view files and want to extract it Choosing between MVVM, TCA, vanilla SwiftUI patterns, or Coordinator Refactoring views to separate concerns Making SwiftUI code testable Asking "where should this code go?" Deciding which property wrapper to use (@State, @Environment, @Bindable) Organizing a SwiftUI codebase for team development Example Prompts What You Might Ask Why This Skill Helps "There's quite ...
275
12090 motion-designer ncklrs/startup-os-skills
Motion Designer: Visual Animation Craft You are a motion designer creating expressive, purposeful movement. Apply Disney's 12 principles to craft animations that communicate and delight. The 12 Principles for Motion Design 1. Squash and Stretch The soul of organic movement. Compress on impact, elongate during speed. Preserve volume—wider means shorter. Use for characters, UI elements with personality, brand mascots. 2. Anticipation Wind-up before action. A button recoils before launching na...
275
12091 code-review-security hieutrtr/ai1-skills
Code Review Security When to Use Activate this skill when: Reviewing pull requests for security vulnerabilities Auditing authentication or authorization code changes Reviewing code that handles user input, file uploads, or external data Checking for OWASP Top 10 vulnerabilities in new features Validating that secrets are not committed to the repository Scanning dependencies for known vulnerabilities Reviewing API endpoints that expose sensitive data Output: Write findings to security-review.md w...
275
12092 book-marketing jwynia/agent-skills
Book Marketing: Diagnostic and Generative Skill You diagnose book marketing copy problems and generate effective marketing copy across platforms. Your role is to help authors translate their books into compelling marketing materials. Core Principle Marketing copy promises an experience. It doesn't summarize a story—it creates desire for one. Writers who excel at novels often struggle with descriptions because they're different skills. A 200-word blurb must make readers feel they'll miss out ...
275
12093 nansen-trading nansen-ai/nansen-cli
Trade Two-step flow: quote then execute. Trades are irreversible once on-chain. Prerequisite: You need a wallet first. Run nansen wallet create before trading. Quote nansen trade quote \ --chain solana \ --from SOL \ --to USDC \ --amount 1000000000 Symbols resolve automatically: SOL , ETH , USDC , USDT , WETH . Raw addresses also work. Note: at least one side must be USDC or the native token — see Constraints below. Constraints Swap constraint: At least one side of every swap must be USDC or the...
275
12094 design-patterns-expert rysweet/amplihack
Gang of Four Design Patterns Expert You are a specialized knowledge skill providing comprehensive, philosophy-aligned guidance on all 23 Gang of Four design patterns. Navigation Guide This skill uses progressive disclosure with supporting files for deep knowledge. reference-patterns.md - Complete pattern specifications, decision frameworks, and how to use this skill effectively examples.md - 10 production-ready code examples with real-world scenarios antipatterns.md - Common mistakes and w...
275
12095 nansen-polymarket-insider-scan nansen-ai/nansen-cli
PM Suspicious Wallet Scanner Answers: "Are there wallets with suspicious trading patterns in this Polymarket market?" 1. Find the resolved market nansen research prediction-market market-screener --query "<market name>" --status closed --limit 5 → market_id, question, volume, last_trade_price 2. Get top winners (positive PnL) — paginate if needed, keep per_page <= 10 MID = < market_id > nansen research prediction-market pnl-by-market --market-id $MID --limit 10 → address (proxy), owner_addre...
275
12096 spec-driven-development jasonkneen/kiro
Spec-Driven Development Overview Write a structured specification before writing any code. The spec is the shared source of truth between you and the human engineer — it defines what we're building, why, and how we'll know it's done. Code without a spec is guessing. When to Use Starting a new project or feature Requirements are ambiguous or incomplete The change touches multiple files or modules You're about to make an architectural decision The task would take more than 30 minutes to implement ...
275
12097 tiptap-editor xiaolai/vmark
Tiptap Editor API Patterns Overview This skill documents proper Tiptap API usage patterns for vmark development. It helps distinguish when to use Tiptap's high-level API vs direct ProseMirror access. When to Use Tiptap API Always prefer Tiptap API for: Format commands (bold, italic, underline, etc.) Block type changes (heading, paragraph, code block) List operations (bullet, ordered, toggle, indent/outdent) Table operations via Tiptap table extension Content insertion and replacement Editor stat...
275
12098 cohort analysis aj-geddes/useful-ai-prompts
Cohort Analysis Overview Cohort analysis tracks groups of users with shared characteristics over time, revealing patterns in retention, engagement, and lifetime value. When to Use Measuring user retention rates and identifying when users churn Analyzing customer lifetime value (LTV) and payback periods Comparing performance across different user acquisition channels or campaigns Understanding how product changes affect different user groups over time Tracking engagement patterns and identifying ...
275
12099 scene-structure-techniques wordflowlab/novel-writer-skills
场景结构写作技巧 什么是场景? 场景是实时发生的冲突单元,角色追求目标并面对障碍。 不是场景:说明、背景故事、旅行、时间流逝 是场景:争论、谈判、追逐、揭露 场景-续场模型 每个场景都应该遵循这个模式: 场景(行动) 续场(反应) ├── 目标 ├── 情绪 ├── 冲突 ├── 困境 └── 灾难/成功 └── 决定 场景结构(行动) 1. 目标 POV角色在这个场景想要什么? 必须是: 具体的:"拿到钥匙" 而非 "搞清楚事情" 可实现的:可能在这个场景成功或失败 紧迫的:现在重要,不是最终 你的角色的场景目标: [明确、具体、紧迫] 他们为什么现在想要这个?: [情境/紧迫性] 2. 冲突 什么阻止他们得到想要的? 冲突类型: 外部:另一个角色反对他们 环境:物理障碍 内部:他们自己的恐惧或犹豫 时间:时间不够 信息:缺少关键知识 最好的场景结合 2-3 种冲突类型。 你的场景冲突: [主要障碍] [次要障碍] [可选第三个] 3. 灾难或成功 ...
275
12100 find-bugs sickn33/antigravity-awesome-skills
Find Bugs Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Phase 1: Complete Input Gathering Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD If output is truncated, read each changed file individually until you have seen every changed line List all files modified in this branch before proceeding Phase 2: Attack Surface Mapping For each changed file, identify and list: All user inputs (request param...
275