productivity▌
6,493 indexed skills · max 10 per page
gen-specs-as-issues
github/awesome-copilot · Productivity
Systematic workflow for identifying missing features, prioritizing them, and creating detailed GitHub issue specifications. \n \n Guides through five structured phases: project understanding, gap analysis, prioritization scoring, specification development, and issue creation \n Uses a quantitative priority matrix (User Impact × Strategic Alignment / Implementation Effort × Risk Level) to rank features objectively \n Includes work distribution optimization to maximize independent development stre
recipe-create-meet-space
googleworkspace/cli · Productivity
Create a Google Meet meeting space and email the join link to participants. \n \n Requires two prerequisite skills: gws-meet for space creation and gws-gmail for sending invitations \n Creates an open-access meeting space via the Meet API and extracts the meeting URI from the response \n Automates sharing the join link by composing and sending an email with the meeting details to specified recipients \n
update-markdown-file-index
github/awesome-copilot · Productivity
Generate and maintain file indexes in markdown documents by scanning folders and updating or creating organized file listings. \n \n Scans target markdown files and discovers files matching specified patterns in designated folders \n Generates three table format options: simple lists with descriptions, detailed tables with type/size metadata, or categorized sections grouped by file type \n Automatically identifies existing index sections by heading patterns (\"index\", \"files\", \"contents\") a
recipe-sync-contacts-to-sheet
googleworkspace/cli · Productivity
Export your Google Contacts directory to a Google Sheets spreadsheet in three steps. \n \n Requires gws-people and gws-sheets skills to be loaded before execution \n Lists contacts from your domain directory with names, email addresses, and phone numbers \n Creates a new sheet with headers and appends each contact as a row for easy reference and sharing \n
recipe-create-expense-tracker
googleworkspace/cli · Productivity
Google Sheets spreadsheet template for expense tracking with automated setup and sharing. \n \n Creates a new spreadsheet with standard expense columns (Date, Category, Description, Amount) and sample entries \n Includes built-in sharing capabilities to grant read or edit access to team members via email \n Requires gws-sheets and gws-drive skills; uses Google Workspace APIs for spreadsheet and file management \n
breakdown-feature-prd
github/awesome-copilot · Productivity
Structured PRD generation prompt for breaking down Epics into detailed feature specifications. \n \n Generates complete Product Requirements Documents in markdown format with standardized sections covering goals, user personas, stories, functional and non-functional requirements, and acceptance criteria \n Prompts for clarifying questions when insufficient information is provided, ensuring comprehensive feature definition before engineering handoff \n Organizes output into a consistent file stru
create-implementation-plan
github/awesome-copilot · Productivity
Create structured, machine-readable implementation plans for features, refactoring, upgrades, and infrastructure changes. \n \n Generates deterministic, AI-executable plans with discrete phases, atomic tasks, and explicit completion criteria \n Enforces strict template compliance with standardized identifier prefixes (REQ-, TASK-, GOAL-, etc.) and machine-parseable formats \n Includes mandatory sections for requirements, implementation phases, dependencies, testing, risks, and alternatives \n Su
powerbi-modeling
github/awesome-copilot · Productivity
Semantic modeling assistant for building optimized Power BI data models with DAX, relationships, and best practices. \n \n Connects to active Power BI models (Desktop or Fabric) to analyze current structure before providing guidance on star schemas, relationships, measures, and naming conventions \n Covers core modeling tasks: creating DAX measures, configuring table relationships and cardinality, implementing row-level security (RLS), and optimizing performance \n Includes model quality assessm
review-and-refactor
github/awesome-copilot · Productivity
Automated code review and refactoring against project-specific coding guidelines and instructions. \n \n Reads coding standards from .github/instructions/*.md and .github/copilot-instructions.md to establish project conventions \n Performs comprehensive code review and refactoring to align with defined guidelines while preserving file structure \n Validates that existing tests continue to pass after refactoring changes \n Maintains code integrity by keeping files intact rather than splitting or
devops-rollout-plan
github/awesome-copilot · Productivity
Comprehensive rollout plan generator with preflight checks, phased deployment, verification signals, and rollback procedures. \n \n Generates structured plans covering executive summary, prerequisites, preflight validation, step-by-step deployment phases, and post-deployment tasks \n Includes immediate, short-term, medium-term, and long-term verification signals to confirm deployment success across multiple time windows \n Provides rollback decision criteria, automated revert procedures, and pos