MCPcopy Create free account

hub / github.com/github/awesome-copilot / functions

Functions3,390 in github.com/github/awesome-copilot

↓ 1 callersFunction_enumerate_pattern_tagged_reqs
Return {req_id: pattern} for every ### REQ-NNN: block in REQUIREMENTS.md that carries a ``- Pattern: <value>`` line. Raises ValueError if any
skills/quality-playbook/quality_gate.py:182
↓ 1 callersFunction_enumerate_per_site_uc_reqs
Return {req_id: sorted_list_of_uc_ids} for every ### REQ-NNN: block that cites at least one per-site UC reference (UC-N.a / UC-N.b / ...). RE
skills/quality-playbook/quality_gate.py:213
↓ 1 callersFunction_extract_external_links
Extract [label](url) pairs for URI steps.
skills/code-tour/scripts/generate_from_docs.py:66
↓ 1 callersFunction_file_content
(path: Path)
skills/code-tour/scripts/validate_tour.py:49
↓ 1 callersFunction_get_list_input
(prompt, default)
skills/datanalysis-credit-risk/scripts/example.py:71
↓ 1 callersFunction_html_to_png
Convert HTML to PNG using puppeteer (Node.js).
skills/azure-architecture-autopilot/scripts/cli.py:81
↓ 1 callersFunction_indent_xml
Indent XML tree in-place. Replaces ET.indent() for Python 3.8 compatibility.
skills/draw-io-diagram-generator/scripts/add-shape.py:28
↓ 1 callersFunction_is_structure_section
(heading: str)
skills/code-tour/scripts/generate_from_docs.py:91
↓ 1 callersFunction_is_title_style
Return True if the style string identifies a draw.io title text cell.
skills/draw-io-diagram-generator/scripts/validate-drawio.py:106
↓ 1 callersFunction_line_count
(path: Path)
skills/code-tour/scripts/validate_tour.py:41
↓ 1 callersFunction_load_role_map
Return the parsed exploration_role_map.json dict, or None when absent / unparsable. v1.5.4 inline replacement for the prior project_type.json
skills/quality-playbook/quality_gate.py:2934
↓ 1 callersFunction_make_uri_step
(url: str, label: str)
skills/code-tour/scripts/generate_from_docs.py:121
↓ 1 callersFunction_normalize_connections
Normalize connection fields for tolerance.
skills/azure-architecture-autopilot/scripts/cli.py:152
↓ 1 callersFunction_normalize_services
Normalize service fields for tolerance.
skills/azure-architecture-autopilot/scripts/cli.py:134
↓ 1 callersFunction_parse_args
(argv: list[str] | None = None)
skills/draw-io-diagram-generator/scripts/add-shape.py:158
↓ 1 callersFunction_parse_consolidation_rationale
(bug_block)
skills/quality-playbook/quality_gate.py:138
↓ 1 callersFunction_parse_covers
(bug_block)
skills/quality-playbook/quality_gate.py:127
↓ 1 callersFunction_print_hosts
(root)
skills/namecheap/namecheap.py:288
↓ 1 callersFunction_read_jsonl
(path: Path, errors: list[str])
skills/eval-driven-dev/resources/verify_step6_completion.py:36
↓ 1 callersFunction_reset_counters
()
skills/quality-playbook/quality_gate.py:450
↓ 1 callersFunction_save
(store: dict)
skills/mini-context-graph/scripts/tools/documents_store.py:50
↓ 1 callersFunction_save
(index: dict)
skills/mini-context-graph/scripts/tools/index_store.py:42
↓ 1 callersFunction_save_index
Rewrite index.md from the entries list.
skills/mini-context-graph/scripts/tools/wiki_store.py:94
↓ 1 callersFunction_split_bug_blocks
Return list of (bug_id, body) pairs.
skills/quality-playbook/quality_gate.py:146
↓ 1 callersFunction_split_into_sections
Split markdown into (heading, body) pairs.
skills/code-tour/scripts/generate_from_docs.py:78
↓ 1 callersFunction_stitch_vertical
Stitch multiple images vertically with a small gap between them.
skills/eyeball/tools/eyeball.py:388
↓ 1 callersFunction_strip_namespaces
(root)
skills/namecheap/namecheap.py:144
↓ 1 callersFunction_writeup_diff_is_non_empty
True if any ```diff block in ``text`` contains at least one unified-diff line (a `+` or `-` that is not the `+++`/`---` file-header prefix).
skills/quality-playbook/quality_gate.py:1429
↓ 1 callersMethodactivateDualShot
()
extensions/arcade-canvas/game/scenes/GalaxyBlaster.js:1153
↓ 1 callersMethodactivateShield
()
extensions/arcade-canvas/game/scenes/GalaxyBlaster.js:1112
↓ 1 callersFunctionactiveRank
()
extensions/java-modernization-studio/test/cockpit.test.mjs:1471
↓ 1 callersFunctionaddContributor
(username, types)
eng/add-missing-contributors.mjs:120
↓ 1 callersMethodaddDecorations
()
extensions/arcade-canvas/game/scenes/NinjaRunner.js:648
↓ 1 callersFunctionaddToIgnoreList
(username)
eng/add-missing-contributors.mjs:94
↓ 1 callersMethodaddToLeaderboard
Add a score to the leaderboard, keep top 10, return rank (1-based, 0 = not in top 10).
extensions/arcade-canvas/game/scenes/BaseScene.js:225
↓ 1 callersFunctionadd_arrow_to_diagram
Add an arrow to an Excalidraw diagram. Args: diagram_path: Path to the Excalidraw diagram file from_x: Starting X coordi
skills/excalidraw-diagram-generator/scripts/add-arrow.py:184
↓ 1 callersFunctionadd_icon_to_diagram
Add an icon to an Excalidraw diagram. Args: diagram_path: Path to the Excalidraw diagram file icon_name: Name of the ico
skills/excalidraw-diagram-generator/scripts/add-icon-to-diagram.py:267
↓ 1 callersFunctionadd_shape
Parse the .drawio file, insert a new vertex cell into the specified diagram page, and write the file back (unless dry_run is True). Retu
skills/draw-io-diagram-generator/scripts/add-shape.py:54
↓ 1 callersFunctionaggregateResultStatus
(pluginResults)
eng/external-plugin-pr-quality-gates.mjs:41
↓ 1 callersMethodalienShoot
()
extensions/arcade-canvas/game/scenes/AlienOnslaught.js:476
↓ 1 callersFunctionanalyzeContributor
(username)
eng/add-missing-contributors.mjs:63
↓ 1 callersFunctionanalyze_plan
Analyze a terraform plan JSON and return results.
skills/terraform-azurerm-set-diff-analyzer/scripts/analyze_plan.py:735
↓ 1 callersFunctionanalyze_primitive_set
Analyze changes in a primitive Set (string/number array).
skills/terraform-azurerm-set-diff-analyzer/scripts/analyze_plan.py:212
↓ 1 callersFunctionanalyze_resource_change
Analyze a single resource change from terraform plan.
skills/terraform-azurerm-set-diff-analyzer/scripts/analyze_plan.py:365
↓ 1 callersFunctionanalyze_set_attribute
Analyze changes in a Set-type attribute, including nested Sets.
skills/terraform-azurerm-set-diff-analyzer/scripts/analyze_plan.py:251
↓ 1 callersFunctionapplyUsage
(entry, totalCredits)
extensions/token-pacman/extension.mjs:45
↓ 1 callersFunctionapproachGuide
(ord)
extensions/java-modernization-studio/renderer.mjs:670
↓ 1 callersFunctionarraysEqual
(left, right)
eng/validate-plugins.mjs:68
↓ 1 callersFunctionaskQuestion
()
cookbook/copilot-sdk/nodejs/recipe/pr-visualization.ts:149
↓ 1 callersFunctionautopilotCard
(s)
extensions/java-modernization-studio/renderer.mjs:578
↓ 1 callersFunctionautopilotStrip
(s)
extensions/java-modernization-studio/renderer.mjs:522
↓ 1 callersMethodbecomeShell
(e)
extensions/arcade-canvas/game/scenes/NinjaRunner.js:2277
↓ 1 callersFunctionbroadcast
(event, data)
extensions/feedback-themes/extension.mjs:59
↓ 1 callersFunctionbuildAssessment
(repoPath)
extensions/java-modernization-studio/scan.mjs:413
↓ 1 callersFunctionbuildCodeBlock
(token)
skills/md-to-docx/scripts/md-to-docx.mjs:192
↓ 1 callersFunctionbuildEmailHtml
(state)
extensions/release-notes-showcase/releaseNotesShowcase.mjs:878
↓ 1 callersFunctionbuildEmailText
(state)
extensions/release-notes-showcase/releaseNotesShowcase.mjs:1058
↓ 1 callersFunctionbuildEphemeralMarketplace
(workDir, plugin)
eng/external-plugin-quality-gates.mjs:225
↓ 1 callersFunctionbuildFormationGrid
()
extensions/arcade-canvas/game/scenes/GalaxyBlaster.js:90
↓ 1 callersFunctionbuildIssueDescription
(issue)
extensions/backlog-swipe-triage/extension.mjs:354
↓ 1 callersFunctionbuildIssueDetails
(issue)
extensions/backlog-swipe-triage/extension.mjs:339
↓ 1 callersFunctionbuildItemWorkStatus
(board, item)
extensions/backlog-swipe-triage/extension.mjs:274
↓ 1 callersFunctionbuildList
(token, level = 0)
skills/md-to-docx/scripts/md-to-docx.mjs:203
↓ 1 callersFunctionbuildMarkdown
(prs, label)
skills/pr-dashboard/scripts/pr-dashboard-cli.mjs:173
↓ 1 callersFunctionbuildMergedIntakeComment
(baseResult, qualityResult, runId, owner, repo)
eng/external-plugin-intake.mjs:509
↓ 1 callersFunctionbuildQualityGatesCommentSection
(qualityResult)
eng/external-plugin-intake.mjs:444
↓ 1 callersFunctionbuildReleaseFromRepository
(context, mode, selectedTag)
extensions/release-notes-showcase/releaseNotesShowcase.mjs:572
↓ 1 callersFunctionbuildSourceTreeUrl
(plugin)
eng/external-plugin-pr-quality-gates.mjs:20
↓ 1 callersFunctionbuildState
(input)
extensions/release-notes-showcase/releaseNotesShowcase.mjs:700
↓ 1 callersFunctionbuildTable
(token)
skills/md-to-docx/scripts/md-to-docx.mjs:157
↓ 1 callersFunctionbuildVallyLintArgs
(pluginRoot)
eng/external-plugin-quality-gates.mjs:157
↓ 1 callersFunctionbuildViewerHtml
(rawFileContent)
skills/drawio/scripts/drawio-to-png.mjs:20
↓ 1 callersFunctionbuild_analysis_doc
Build a Word document with analysis sections and inline source screenshots. Args: pdf_doc: An open fitz.Document (the source, alread
skills/eyeball/tools/eyeball.py:416
↓ 1 callersFunctionbuild_message_content
(prompt: str, input_images: list[str])
skills/nano-banana-pro-openrouter/scripts/generate_image.py:69
↓ 1 callersFunctionbuild_parser
()
skills/namecheap/namecheap.py:584
↓ 1 callersMethodcalculateScore
* Calculate match score for an item
website/src/scripts/search.ts:77
↓ 1 callersFunctioncandidateCwds
(preferredCwd)
extensions/accessibility-kanban/extension.mjs:61
↓ 1 callersFunctioncheckAction
(c)
extensions/java-modernization-studio/renderer.mjs:773
↓ 1 callersMethodcheckCollisions
()
extensions/arcade-canvas/game/scenes/AlienOnslaught.js:641
↓ 1 callersMethodcheckCollisions
()
extensions/arcade-canvas/game/scenes/GalaxyBlaster.js:943
↓ 1 callersMethodcheckCollisions
()
extensions/arcade-canvas/game/scenes/CosmicRocks.js:470
↓ 1 callersMethodcheckCollisions
()
extensions/arcade-canvas/game/scenes/PlanetGuardian.js:1301
↓ 1 callersMethodcheckExtraLife
()
extensions/arcade-canvas/game/scenes/PlanetGuardian.js:1466
↓ 1 callersFunctioncheckIcon
(status)
extensions/java-modernization-studio/renderer.mjs:767
↓ 1 callersMethodcheckUfoCollisions
()
extensions/arcade-canvas/game/scenes/CosmicRocks.js:621
↓ 1 callersFunctioncheck_bugs_heading
BUGS.md heading-format section (benchmark 39). Returns (bug_count, bug_ids).
skills/quality-playbook/quality_gate.py:829
↓ 1 callersFunctioncheck_challenge_gate_coverage
v1.5.1 Item 5.2 — every bug whose fingerprints trigger the challenge gate must have a quality/challenge/BUG-NNN-challenge.md with a valid verd
skills/quality-playbook/quality_gate.py:2551
↓ 1 callersFunctioncheck_credentials
()
skills/namecheap/namecheap.py:97
↓ 1 callersFunctioncheck_cross_run_contamination
Cross-run contamination detection.
skills/quality-playbook/quality_gate.py:1555
↓ 1 callersFunctioncheck_file_existence
File existence section (benchmark 40).
skills/quality-playbook/quality_gate.py:756
↓ 1 callersFunctioncheck_hybrid_cross_cutting_reqs
Hybrid only: ≥1 REQ has triangulated evidence — `source_type=skill-section` AND its acceptance_criteria references a code artifact mentioned i
skills/quality-playbook/quality_gate.py:3071
↓ 1 callersFunctioncheck_integration_sidecar
Integration sidecar JSON section.
skills/quality-playbook/quality_gate.py:1109
↓ 1 callersFunctioncheck_mechanical
Mechanical verification section.
skills/quality-playbook/quality_gate.py:1333
↓ 1 callersFunctioncheck_patches
Patches section (benchmark 44).
skills/quality-playbook/quality_gate.py:1362
↓ 1 callersFunctioncheck_recheck_sidecar
Recheck sidecar JSON (schema 1.0, uses 'results' key not 'bugs').
skills/quality-playbook/quality_gate.py:1193
↓ 1 callersFunctioncheck_reference_file_req_coverage
Skill / Hybrid: every reference file under references/ has ≥1 REQ citing it OR a `<!-- non-normative -->` marker in its first 5 lines. SK
skills/quality-playbook/quality_gate.py:3017
↓ 1 callersFunctioncheck_repo
Run all checks for one repo. Writes output via pass_/fail_/warn/info.
skills/quality-playbook/quality_gate.py:3269
↓ 1 callersFunctioncheck_role_map_consistency
All projects: exploration_role_map.json (when present) parses as a JSON object, declares schema_version '1.0', carries a 'files' list and a 'b
skills/quality-playbook/quality_gate.py:3145
↓ 1 callersFunctioncheck_run_metadata
Validate the run-metadata sidecar JSON (run-YYYY-MM-DDTHH-MM-SS.json).
skills/quality-playbook/quality_gate.py:1594
↓ 1 callersFunctioncheck_skill_section_req_coverage
Skill / Hybrid: every operational SKILL.md section per pass_d_section_coverage.json has ≥1 promoted REQ. Meta-allowlist sections are exempt (t
skills/quality-playbook/quality_gate.py:2975
← previousnext →601–700 of 3,390, ranked by callers