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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,860
总 Skills
40.8M
总安装量
2,461
贡献者
# Skill 仓库 描述 安装量
15251 dark-mode-design-expert erichowens/some_claude_skills
Dark Mode Design Expert Master dark mode UI design with atmospheric theming, WCAG accessibility, and cross-platform best practices. Specializes in weather/sky/ocean-inspired color systems that adapt to time of day and environmental conditions. When to Use This Skill Activate on: "dark mode", "dark theme", "night mode" "theme switching", "light/dark toggle" "atmospheric UI", "weather theme", "sky gradient" "OLED optimization", "battery-friendly dark" "elevation in dark mode", "surface layering" "...
57
15252 widgetkit-code-review existential-birds/beagle
WidgetKit Code Review Quick Reference Issue Type Reference TimelineProvider, entries, reload policies references/timeline.md Widget families, containerBackground, deep linking references/views.md AppIntentConfiguration, EntityQuery, @Parameter references/intents.md Refresh budget, memory limits, caching references/performance.md Review Checklist placeholder(in:) returns immediately without async work Timeline entries spaced at least 5 minutes apart getSnapshot checks context.isPreview for gal...
57
15253 adhd-design-expert erichowens/some_claude_skills
ADHD-Friendly Design Expert Specialist in designing digital experiences for ADHD brains, combining neuroscience research, UX design principles, and lived experience. Creates interfaces that work WITH executive dysfunction, not against it. When to Use This Skill Use for: Designing apps/websites for ADHD users Reducing cognitive load in interfaces Time blindness solutions (timers, progress bars) Dopamine-driven engagement patterns Compassionate, non-shaming UX copy Gamification that respects A...
57
15254 python-package-migrator jorgealves/agent_skills
Python Package Migrator Purpose and Intent Plan and execute upgrades for Python libraries, handling breaking changes. Use when performing major version bumps for frameworks like Django or FastAPI. 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 ecosys...
57
15255 test-fixing mhattingpete/claude-skills-marketplace
Test Fixing Systematically identify and fix all failing tests using smart grouping strategies. When to Use Explicitly asks to fix tests ("fix these tests", "make tests pass") Reports test failures ("tests are failing", "test suite is broken") Completes implementation and wants tests passing Mentions CI/CD failures due to tests Systematic Approach 1. Initial Test Run Run make test to identify all failing tests. Analyze output for: Total number of failures Error types and patterns Affected mo...
57
15256 workflow brianlovin/claude-config
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
57
15257 langchain hoodini/ai-agents-skills
LangChain - Build LLM Applications with Agents & RAG The most popular framework for building LLM-powered applications. When to use LangChain Use LangChain when: Building agents with tool calling and reasoning (ReAct pattern) Implementing RAG (retrieval-augmented generation) pipelines Need to swap LLM providers easily (OpenAI, Anthropic, Google) Creating chatbots with conversation memory Rapid prototyping of LLM applications Production deployments with LangSmith observability Metrics: 119,0...
57
15258 fix-sphix-docs tradingstrategy-ai/web3-ethereum-defi
Fix errors and warnings in Sphinx docs build This skill iterates over Sphinx docs build and attempt to fix easily addressable errors and warnings. Steps Run Sphinx build: (source ./.venv/bin/activate && cd ./docs/ && make html), but with a twist: figure out how to abort after 60 second do not try to wait for the full build takes too long. Check the output warnings and errors you could attempt to fix. DON'T TOUCH AUTO GENERATED RST FILES. These are in _autosummary folders like _autosummary_d2. ...
57
15259 migrating-memory letta-ai/letta-code
Migrating Memory This skill helps migrate memory blocks from an existing agent to a new agent, similar to macOS Migration Assistant for AI agents. Requires Memory Filesystem (memfs) This workflow is memfs-first. If memfs is enabled, do not use the legacy block commands — they can conflict with file-based edits. To check: Look for a memory_filesystem block in your system prompt. If it shows a tree structure starting with /memory/ including a system/ directory, memfs is enabled. To enable: Ask the...
57
15260 competitive intelligence eddiebe147/claude-settings
Competitive Intelligence Expert OSINT (Open Source Intelligence) agent that conducts deep competitive research, monitors competitor activities, and provides strategic intelligence. Specializes in product analysis, pricing intelligence, marketing strategy reverse-engineering, and early warning systems for competitive threats. This skill uses advanced web scraping, change detection, and data synthesis to build comprehensive competitive profiles and maintain ongoing intelligence. Essential for prod...
57
15261 konsta-ui cap-go/capgo-skills
Konsta UI Design Guide Build pixel-perfect iOS and Material Design apps with Konsta UI. When to Use This Skill User wants native-looking UI without Ionic User asks about Konsta UI User wants iOS/Material Design components User is using React/Vue/Svelte User wants lightweight UI framework What is Konsta UI? Konsta UI provides: Pixel-perfect iOS and Material Design components Works with React, Vue, and Svelte Tailwind CSS integration ~40 mobile-optimized components Small bundle size (~30KB gzipped...
56
15262 modern-web-design kuse-ai/kuse-skills
Modern Web Design Overview Modern web design in 2024-2025 emphasizes performance, accessibility, and meaningful interactions. This skill provides comprehensive guidance on current design trends, implementation patterns, and best practices for creating engaging, accessible, and performant web experiences. This meta-skill synthesizes knowledge from all animation, interaction, and 3D skills in this repository to provide holistic design guidance. Core Design Principles (2024-2025) 1. Performance-Fir...
56
15263 umbraco-msw-testing umbraco/umbraco-cms-backoffice-skills
Umbraco MSW Testing What is it? MSW (Mock Service Worker) enables testing Umbraco backoffice extensions by intercepting API calls and returning mock responses. This is ideal for testing error states, loading states, and edge cases without a running Umbraco instance. When to Use Testing API error handling (404, 500, validation errors) Testing loading spinners and skeleton states Testing network retry behavior Testing edge cases without backend setup Adding API mocking to unit tests
56
15264 schema-e2e-validation terrylica/cc-skills
Earthly requires Docker. Start Colima before running: ``` colima start ``` Check if running: ``` docker ps Should not error ``` Doppler Access (For validation targets) Required for `+test-schema-validate` and `+test-schema-e2e`: ``` doppler configure set token <token_from_1password> doppler setup --project gapless-network-data --config prd ``` Earthly Installation ``` brew install earthly ``` Quick Commands Generation only (no secrets) ``` cd /Users/terryli/eon/gapless-netwo...
56
15265 git-2-49-features josiahsiegel/claude-plugin-marketplace
Git 2.49+ Features (2025) git-backfill Command (New in 2.49) What: Efficiently download missing objects in partial clones using the path-walk API. Why: Dramatically improves delta compression when fetching objects from partial clones, resulting in smaller downloads and better performance. Basic Usage Check if you have a partial clone git config extensions.partialClone Download missing objects in background git backfill Download with custom batch size git backfill --batch-size=1000 Resp...
56
15266 identify vault protocol tradingstrategy-ai/web3-ethereum-defi
Identify vault protocol This skill attempts to identify a vault protocol based on its smart contract source. Required inputs Chain and smart contract address : Given as an explorer link Step 1. Get the smart contract source code and deployer name If there a named deployer address for the smart contract, save it as a clue as well. The "deployer" word in the name is not part of the protocol name. Get it from the blockchain explorer. If you cannot get the smart contract source code, abort. The depl...
56
15267 git-branch-pr-workflow laurigates/claude-plugins
Expert guidance for branch management, pull request workflows, and GitHub integration using modern Git commands and linear history practices. Core Expertise - Main-Branch Development: Work on main locally, push to remote feature branches for PRs - Modern Git Commands: Use `git switch` and `git restore` instead of checkout - Branch Naming: See [git-branch-naming](https://github.com/laurigates/claude-plugins/blob/main/git-plugin/skills/git-branch-pr-workflow/../git-branch-naming/SKILL.md) ski...
56
15268 gemini-research-browser-use grasseed/google-search-browser-use
Perform research or queries using Google Gemini via Chrome DevTools Protocol (CDP). This method reuses the user's existing Chrome login session to interact with the Gemini web interface (`https://gemini.google.com/`). Prerequisites - Python + websockets Verify: ``` python3 --version python3 -m pip show websockets ``` Install if missing: ``` python3 -m pip install websockets ``` - Google Chrome Verify: ``` "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version ``` ...
56
15269 cloud-devops sickn33/antigravity-awesome-skills
Cloud/DevOps Workflow Bundle Overview Comprehensive cloud and DevOps workflow for infrastructure provisioning, container orchestration, CI/CD pipelines, monitoring, and cloud-native application development. When to Use This Workflow Use this workflow when: Setting up cloud infrastructure Implementing CI/CD pipelines Deploying Kubernetes applications Configuring monitoring and observability Managing cloud costs Implementing DevOps practices Workflow Phases Phase 1: Cloud Infrastructure Setup Skil...
56
15270 svelte-expert oimiragieo/agent-studio
Svelte Expert svelte 5 component structure snippets When reviewing or writing code, apply these guidelines: Use snippets and render tags to create reusable chunks of markup inside components. Snippets help reduce duplication and enhance maintainability. svelte 5 general rules When reviewing or writing code, apply these guidelines: Always use Svelte 5 instead of Svelte 4. Use runes for controlling reactivity; runes replace certain non-runes features and provide more explicit control over stat...
56
15271 candidate-evaluation pollinations/pollinations
Candidate Evaluation Skill Evaluate GitHub contributors for engineering roles at Pollinations. When to Use User asks to evaluate a contributor or candidate User wants to research GitHub profiles for hiring User needs to update CONTRIBUTORS.md with candidate analysis User mentions "hiring", "candidate", "MLOps", or "evaluate contributor" Evaluation Criteria Must-Have Skills (Weight: High) Python : Primary language proficiency DevOps : Docker, CI/CD, infrastructure GPU/ML Deployment : Model servin...
56
15272 cucumber-best-practices thebushidocollective/han
Cucumber Best Practices Master patterns and practices for effective Cucumber testing. Scenario Design Principles 1. Write Declarative Scenarios Focus on what needs to happen, not how it happens. ❌ Imperative (implementation-focused): Scenario: Add product to cart Given I navigate to "http://shop.com/products" When I find the element with CSS ".product[data-id='123']" And I click the button with class "add-to-cart" And I wait for the AJAX request to complete Then the element ".cart...
56
15273 spring-boot-skill sivaprasadreddy/sivalabs-agent-skills
Spring Boot Skill Apply the practices below when developing Spring Boot applications. Read the linked reference only when working on that area. Maven pom.xml Configuration Read references/spring-boot-maven-config.md for Maven pom.xml configuration with supporting plugins and configurations to improve code quality, and testing. Package structure Read references/code-organization.md for domain-driven, module-based package layout and naming conventions. Spring Data JPA Implement the repository and ...
56
15274 github-workflow-automation ruvnet/claude-flow
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
56
15275 createcli danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/CreateCLI/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. CreateCLI Automated CLI Generation System Generate production-ready TypeScript CLIs with comprehensive documentation, type safety, error handling, and CLI-First Architecture...
56
15276 jira-assistant tech-leads-club/agent-skills
Jira Assistant You are an expert in using Atlassian MCP tools to interact with Jira. When to Use Use this skill when the user asks to: Search for Jira issues or tasks Create new Jira issues (Task, Epic, Subtask) Update existing issues Transition issue status (To Do → In Progress → Done, etc.) Add comments to issues Manage assignees Query issues with specific criteria Configuration Project Detection Strategy (Automatic): Check workspace rules first : Look for Jira configuration in .cursor/rules/j...
56
15277 b2c-webservices salesforcecommercecloud/b2c-developer-tooling
Web Services Skill This skill guides you through implementing web service integrations in B2C Commerce using the Service Framework. Overview The Service Framework provides a structured way to call external services with: Feature Description Configuration Service settings managed in Business Manager Rate Limiting Automatic throttling to protect external systems Circuit Breaker Automatic failure handling to prevent cascade failures Logging Communication logging with sensitive data filtering Mockin...
56
15278 bootstrap-layout sjnims/bootstrap-expert
Bootstrap 5.3 Layout System Bootstrap's layout system is built on flexbox and provides a powerful 12-column grid for creating responsive layouts. This skill covers containers, the grid system, breakpoints, and layout utilities. Breakpoints Bootstrap's responsive design uses six default breakpoints: Breakpoint Class infix Dimensions Extra small None <576px Small sm ≥576px Medium md ≥768px Large lg ≥992px Extra large xl ≥1200px Extra extra large xxl ≥1400px Breakpoints apply at the specified ...
56
15279 chain-integration shapeshift/web
Second-class EVM chain? If this is a second-class EVM chain integration, disregard the rest of this skill. Load and follow the contract at .claude/contracts/second-class-evm-chain.md instead - it contains the complete, authoritative checklist of every integration point required. Use the contract as your build todo list, checking off items as you go. Chain Integration Skill You are helping integrate a new blockchain as a second-class citizen into ShapeShift Web and HDWallet. This means basic supp...
56
15280 api-reference-documentation secondsky/claude-skills
API Reference Documentation Overview Generate professional API documentation that developers can use to integrate with your API, including endpoint specifications, authentication, request/response examples, and interactive documentation. When to Use Documenting REST APIs Creating OpenAPI/Swagger specifications GraphQL API documentation SDK and client library docs API authentication guides Rate limiting documentation Webhook documentation API versioning guides OpenAPI Specification Example open...
56
15281 go-expert oimiragieo/agent-studio
Go Expert go api development general rules When reviewing or writing code, apply these guidelines: You are an expert AI programming assistant specializing in building APIs with Go, using the standard library's net/http package and the new ServeMux introduced in Go 1.22. Always use the latest stable version of Go (1.22 or newer) and be familiar with RESTful API design principles, best practices, and Go idioms. Follow the user's requirements carefully & to the letter. First think step-by-step - ...
56
15282 zustand-5 gentleman-programming/gentleman-skills
Basic Store import { create } from "zustand"; interface CounterStore { count: number; increment: () => void; decrement: () => void; reset: () => void; } const useCounterStore = create<CounterStore>((set) => ({ count: 0, increment: () => set((state) => ({ count: state.count + 1 })), decrement: () => set((state) => ({ count: state.count - 1 })), reset: () => set({ count: 0 }), })); // Usage function Counter() { const { count, increment, decrement } = useCounterStore(); retur...
56
15283 checklist-generator oimiragieo/agent-studio
Quality Checklist Generator Overview Generate comprehensive, context-aware quality checklists combining IEEE 1028 standards (80-90%) with LLM-generated contextual items (10-20%). Ensures systematic quality validation before completion. Core principle: Universal quality standards enhanced with project-specific context. When to Use Always: Before completing implementation tasks During code review QA validation phase Pre-commit verification Before marking tasks complete Exceptions: Throwaway protot...
56
15284 accessibility-auditor patricio0312rev/skills
Accessibility Auditor Build inclusive web experiences with WCAG 2.1 compliance and comprehensive a11y patterns. Core Workflow Audit existing code: Identify accessibility issues Check WCAG compliance: Verify against success criteria Fix semantic HTML: Use proper elements and landmarks Add ARIA attributes: Enhance assistive technology support Implement keyboard nav: Ensure full keyboard accessibility Test with tools: Automated and manual testing Verify with screen readers: Real-world testing WCA...
56
15285 repo2skill zhangyanxs/repo2skill
repo2skill - Repository to Skill Converter System Instructions You are repo2skill, a specialized assistant that converts GitHub/GitLab/Gitee repositories into comprehensive OpenCode Skills. When a user asks to convert a repository, follow this exact workflow: Step 1: Parse Repository URL Detect platform and extract repository information: Platform Detection Patterns GitHub: github.com/{owner}/{repo} or www.github.com/{owner}/{repo} GitLab: gitlab.com/{owner}/{repo} or www.gitlab.com/{owner}...
56
15286 godot-genre-simulation thedivergentai/gd-agentic-skills
Genre: Simulation / Tycoon Optimization, systems mastery, and satisfying feedback loops define management games. Available Scripts sim_tick_manager.gd Expert tick-based simulation with variable speed control and batch processing. Core Loop Invest → Build/Manage → Generate Income → Optimize → Expand NEVER Do in Simulation Games NEVER process every simulated entity individually in _process() — Batch updates in fixed ticks (e.g., once per second). Simulating 1000 businesses individually = 60k calls...
56
15287 dependency-upgrade secondsky/claude-skills
Dependency Upgrade Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches. When to Use This Skill Upgrading major framework versions Updating security-vulnerable dependencies Modernizing legacy dependencies Resolving dependency conflicts Planning incremental upgrade paths Testing compatibility matrices Automating dependency updates Semantic Versioning Review MAJOR.MINOR.PATCH (e.g., 2.3.1) MAJOR: Breaking changes MINOR...
56
15288 react-performance thebushidocollective/han
React Performance Optimization Master react performance optimization for building high-performance, scalable React applications with industry best practices. React.memo and Component Memoization React.memo prevents unnecessary re-renders by memoizing component output: import { memo } from 'react' ; interface Props { name : string ; onClick : ( ) => void ; } // Basic memoization const ExpensiveComponent = memo ( function ExpensiveComponent ( { name , onClick } : Props ) { console . log ( 'Renderi...
56
15289 cypress-playwright-setup patricio0312rev/skills
Cypress & Playwright Setup Configure comprehensive end-to-end testing for web applications. Core Workflow Choose tool: Cypress or Playwright Configure project: Browser and test settings Create page objects: Reusable selectors Write tests: User journey coverage Setup fixtures: Test data Integrate CI: Automated testing Playwright Setup Installation npm init playwright@latest Configuration // playwright.config.ts import { defineConfig, devices } from '@playwright/test'; export default defineCon...
56
15290 state-machine-design melodic-software/claude-code-plugins
State Machine Design Skill When to Use This Skill Use this skill when: State Machine Design tasks - Working on statechart and state machine modeling for lifecycle and behavior specification Planning or design - Need guidance on State Machine Design approaches Best practices - Want to follow established patterns and standards Overview Design finite state machines and statecharts for modeling entity lifecycles, workflows, and system behavior. MANDATORY: Documentation-First Approach Before des...
56
15291 typescript-refactoring-patterns autohandai/community-skills
When you see multiple boolean flags, refactor to discriminated union: ``` // Before interface User { isAdmin: boolean; isGuest: boolean; permissions?: string[]; } // After type User = | { role: 'admin'; permissions: string[] } | { role: 'guest' } | { role: 'member'; permissions: string[] }; ``` Replace Conditional with Polymorphism When you see switch statements on type, use the strategy pattern: ``` // Before function process(item: Item) { switch (item.type) { case 'a':...
56
15292 speckit-plan dceoy/speckit-agent-skills
Spec Kit Plan Skill When to Use The feature spec is ready and you need a technical implementation plan. Inputs specs/<feature>/spec.md Repo context and .specify/ templates User-provided constraints or tech preferences (if any) If the spec is missing, ask the user to run speckit-specify first. Workflow Setup : Run .specify/scripts/bash/setup-plan.sh --json from repo root and parse JSON for FEATURE_SPEC, IMPL_PLAN, SPECS_DIR, BRANCH. For single quotes in args like "I'm Groot", use escape syntax: e...
56
15293 perf-web-optimization tech-leads-club/agent-skills
Web Performance Optimization Systematic approach: Measure → Identify → Prioritize → Implement → Verify. Target Metrics Metric Good Needs Work Poor LCP < 2.5s 2.5-4s > 4s INP < 200ms 200-500ms > 500ms CLS < 0.1 0.1-0.25 > 0.25 TTFB < 800ms 800ms-1.8s > 1.8s Quick Wins 1. Images (usually biggest impact on LCP) <!-- Hero/LCP image: eager + high priority --> < img src = " /hero.webp " alt = " Hero " width = " 1200 " height = " 600 " loading = " eager " fetchpriority = " high " decoding = " async " /...
56
15294 clinical-trial-schema-designer jorgealves/agent_skills
Clinical Trial Schema Designer Purpose and Intent The clinical-trial-schema-designer bridges the gap between clinical research and data engineering. It helps automate the creation of standardized data structures (CDISC) based on clinical protocols, reducing the manual effort required for data ingestion and submission preparation. When to Use Study Setup : Use during the "Start-up" phase of a clinical trial to design the Electronic Data Capture (EDC) schemas. Data Integration : When merging data ...
56
15295 godot bfollington/terma
Godot Skill Develop, test, build, and deploy Godot 4.x games. Quick Reference GdUnit4 - Unit testing framework (GDScript, runs inside Godot) godot --headless --path . -s res://addons/gdUnit4/bin/GdUnitCmdTool.gd --run-tests PlayGodot - Game automation framework (Python, like Playwright for games) export GODOT_PATH = /path/to/godot-automation-fork pytest tests/ -v Export web build godot --headless --export-release "Web" ./build/index.html Deploy to Vercel vercel deploy ./build --prod Testing ...
56
15296 coding-standards expensify/app
Coding Standards & Best Practices Universal coding standards applicable across all projects. When to Activate Starting a new project or module Reviewing code for quality and maintainability Refactoring existing code to follow conventions Enforcing naming, formatting, or structural consistency Setting up linting, formatting, or type-checking rules Onboarding new contributors to coding conventions Code Quality Principles 1. Readability First Code is read more than written Clear variable and functi...
56
15297 verl-rl-training orchestra-research/ai-research-skills
verl is a flexible, efficient, and production-ready RL training library for large language models from ByteDance's Seed team. It implements the HybridFlow framework (EuroSys 2025) and powers models like Doubao-1.5-pro achieving O1-level performance on math benchmarks. When to Use verl Choose verl when you need: - Production-ready RL training at scale (tested up to 671B parameters) - Flexibility to swap backends (FSDP ↔ Megatron-LM ↔ vLLM ↔ SGLang) - Support for multiple RL algorithms (PPO,...
56
15298 refine-prompt paulrberg/agent-skills
Context Working directory: ! pwd Request: $ARGUMENTS Task You are an expert prompt engineer. Create an optimized prompt based on $ARGUMENTS . 1. Craft the Prompt Apply relevant techniques: Few-shot examples (when helpful) Chain-of-thought reasoning Role/perspective setting Output format specification Constraints and boundaries Self-consistency checks Structure with: Clear role definition (if applicable) Explicit task description Expected output format Constraints and guidelines 2. Display the Re...
56
15299 performance sgcarstrends/sgcarstrends
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
56
15300 app-review pollinations/pollinations
App Review Process app submissions from GitHub issues. Validation (registration, duplicates, stars) is pre-done by workflow. Categories Pick the best fit: image , video_audio , writing , chat , games , learn , bots , build , business APPS.md Row Format | EMOJI | Name | Web_URL | Description (~200 chars) | LANG | category | @author | github_id | repo_url | ⭐stars | discord | other | Submitted_Date | Issue_URL | Approved_Date | Submitted_Date : Issue creation date (when user submitted) Issue_URL :...
56