Skip to content

[repo-status] Weekly Repo Status β€” Feb 14–20, 2026Β #989

@github-actions

Description

@github-actions

🌟 Weekly Repo Status β€” Feb 14–20, 2026

What an incredibly active week! The team shipped a wave of improvements across skills, testing infrastructure, and developer tooling. Here's the full picture πŸš€


πŸ“Š At a Glance

Metric Count
Issues opened this week 16
Issues closed this week 48
PRs merged 34
PRs in progress (open) 12
PRs discarded 3

πŸ› Issues Opened This Week (16)

By Skill

Skill Count Issues
azure-foundry 4 #936, #935, #929, #927
azure-ai 1 #961
azure-postgres 1 #937
azure-messaging 1 #926
azure-rbac 1 #912
extension 8 #976, #974, #973, #971, #967, #950, #946, #920

βœ… Issues Closed This Week (48)

By Skill

azure-prepare (8)
  • #947 Test to validate azure-prepare skill uses Aspire AppHost Docker context
  • #886 azure-prepare skill: azd init fails in non-interactive mode for Aspire projects
  • #881 azure-prepare skill should use Aspire AppHost Docker context when generating azure.yaml
  • #873 Azure Functions on Container Apps fails with secret storage error when deployed via Aspire
  • #871 azd provision uses wrong subscription despite user confirming a different one
  • #870 azd init --from-code fails when environment name prompt requires interactive input
  • #858 Instruct azure-prepare to use azd for terraform by default
  • #724 Attempts to update the region if a resource group name already exists in a different location
azure-deploy (9)
  • #897 Create integration tests for existing apps that were tested
  • #891 Add bicep/terraform tests to azure-deploy
  • #875 Update functions recipe to reference terraform flex consumption plan
  • #874 azure python function app with service bus trigger β€” not picking message and not using managed identity
  • #860 CI/CD deploy Integration test bugs
  • #841 Validate deploy of existing app scenarios
  • #812 Does agent behave too aggressively to delete old resources?
  • #795 Create CI/CD for deploy integration tests
  • #580 StaticWebApp skill uses incompatible versions for Azure Function Core tools and Node.js
azure-validate (2)
  • #827 azure-resource-visualizer failing for all prompts
  • #773 Create tests for azure-prepare and azure-verify
azure-ai (1)
  • #657 Scaffold tests for azure-ai
azure-foundry (1)
  • #595 Foundry skill referencing v1
azure-rbac (1)
  • #907 Rename azure-role-selector to azure-rbac
extension (26)
  • #985 Update weekly repo status
  • #982 Update the daily repo status to weekly repo status
  • #975 Skills to containerize, deploy and invoke hosted agents and integration with foundry remote MCP server
  • #951 Install azure-skills as a part of GitHubCopilotForAzure extension
  • #949 Advertise Github-Copilot-for-Azure on microsoft/mcp
  • #921 npm run references should flag orphaned reference files
  • #861 VS Code doesn't recognize custom agent files contributed by the extension
  • #845 Incorporate reference check into PR pipeline
  • #839 Set up benchmarks using copilot CLI for the skills
  • #711 writeAzureRules was unable to write to the user settings
  • #587 Please fix this error
  • #469 Set Issue
  • #358 You may not include more than 128 tools in your request
  • #306 Copilot chat error β€” Tool failed validation: object has unsupported schema keyword 'default'
  • #296 GitHub Copilot for Azure login error
  • #293 Reports error
  • #280 Problem
  • #194 Unable to deploy OpenAI model
  • #163 .NET Acquisition Failed: Too many properties to enumerate
  • #152 Failed to acquire .NET runtime
  • #146 NET runtime install failed
  • #104 Not helpful to deploy SPA
  • #64 Failed to acquire .Net runtime, download times out
  • #823 User question (؟؟؟)
  • #822 ζ— ζ³•εˆ›ε»Ίι™ζ€ webapps
  • #19 Support for Visual Studio

πŸ”€ Pull Requests

Merged & Closed (34) πŸŽ‰

An outstanding 34 PRs landed this week! Highlights include:

PR Title
#988 Parallelize integration tests
#987 Fix failing activation job in Weekly Repo Status workflow
#986 Update weekly repo status to include closed issues & skill breakdowns
#983 Update repo status workflow from daily to weekly
#978 Add agentic workflow daily-repo-status
#977 fix: switch skill descriptions from YAML literal block to folded
#972 Refresh OIDC access token periodically
#970 Add eslint to scripts project
#966 Brownfield tests to validate copilot PR changes
#965 Misc security alert fixes
#963 Generate temporary files with pseudo-random names in tests
#962 Use well-known libraries for decoding html entities and glob patterns
#958 Document required -e flag for azd init --from-code in non-interactive mode
#956 Add guidance for Azure Functions secret storage on Container Apps
#955 Fix subscription mismatch in Aspire deployments
#953 Run sensei on azure-prepare
#952 Test that azure-prepare skill uses Aspire AppHost Docker context
#948 Update integration test command to use TEST_NAME_PATTERN input
#945 Document Aspire Docker context extraction for azure.yaml generation
#943 Add Terraform Flex Consumption patterns for Azure Functions
#938 Publish to microsoft/skills workflow
#934 Initial draft of composable templates for Azure Functions
#924 Improve azure-prepare and azure-validate skill guidance
#922 Detect orphaned reference files in npm run references
#916 Add Azure Resource Graph integration across plugin skills
#944, #942, #940, #928, #925, #923, #918, #911, #954, #964 Various test, CI, and tooling improvements

In Progress β€” Open PRs (12) 🚧

PR Title
#981 Refactor azure-deploy integration tests: separate bicep and terraform
#979 Add Azure Messaging Skill
#969 Mukeshag/agents first version
#968 Add pipeline yaml and script
#960 azure-prepare: Default to Entra-only authentication for SQL
#959 Add post-deployment guidance for ASP.NET Core + EF + SQL
#957 Fix azure-prepare to use azd init --from-code for .NET Aspire projects
#919 Add Durable Task Scheduler skill
#915 [DRAFT] feat: add agent framework agent deploy skill to foundry
#914 [DRAFT] feat: Add agent/evaluate/agent-framework as sub-skill
#913 Add RBAC role assignment prerequisite guidance
#939 Compare

Discarded β€” Closed Without Merge (3) πŸ—‘οΈ

PR Title
#941 Fix/deploy model dynamic models cross region quota
#917 Alfredo/troubleshooting skills
#988 Parallelize integration tests (closed; superseded by in-progress work)

πŸ”­ Highlights & Observations

  • πŸ† Massive test infrastructure push: CI/CD integration tests for azure-prepare, azure-deploy, azure-validate, and existing app scenarios (NodeJS, Python, .NET) all landed this week. The team went from zero automated deploy tests to full brownfield + greenfield coverage.
  • πŸ› οΈ Aspire love: A significant cluster of fixes landed for Aspire-based deployments β€” Docker context extraction, subscription mismatch fixes, non-interactive init flags, and Container Apps secret storage guidance are all now documented and tested.
  • πŸ“¦ Skills published: The microsoft/skills publish workflow shipped, making skills more discoverable. Skill description format was also standardized (folded YAML >-).
  • πŸ” Security & quality: Security defects resolved, OIDC token refresh added for long-running tests, and ESLint added to the scripts project.
  • πŸ“¬ New azure-messaging skill in flight: PR #979 and issue #926 signal exciting new coverage for Service Bus / Event Hubs.

πŸ“‹ Recommended Next Steps for Maintainers

  1. Merge the azure-messaging skill (#979) β€” it's a high-value addition ready for review.
  2. Review SQL Entra-only auth PR (#960) β€” important security posture improvement for azure-prepare.
  3. Triage open azure-foundry issues (#936, #935, #929, #927) β€” 4 new Foundry issues opened, including a blocked auth bug.
  4. Close the benchmark tracking (#976) β€” benchmark infrastructure is in place; adding remaining skills should be straightforward.
  5. Review DRAFT agent framework PRs (#915, #914) β€” promising new agent capabilities awaiting feedback.

πŸ€– Auto-generated by the weekly repo status workflow. Stats cover Feb 13–20, 2026.

Generated by Weekly Repo Status

To install this workflow, run gh aw add githubnext/agentics/workflows/daily-repo-status.md@3a74730dbaddf484a9002a4bf34cd588cace7767. View source at https://github.com/githubnext/agentics/tree/3a74730dbaddf484a9002a4bf34cd588cace7767/workflows/daily-repo-status.md.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions