Skip to content

chore: align XPoster agents/skills and clean up lscache artifacts - #93

Merged
artcava merged 2 commits into
developfrom
chore/xposter-agent-skills-alignment
May 27, 2026
Merged

chore: align XPoster agents/skills and clean up lscache artifacts#93
artcava merged 2 commits into
developfrom
chore/xposter-agent-skills-alignment

Conversation

@artcava

@artcava artcava commented May 27, 2026

Copy link
Copy Markdown
Owner

Summary

This PR aligns Copilot customizations with the actual XPoster architecture (Azure Functions .NET isolated, timer-triggered workflow), and removes local C# Dev Kit cache artifacts from source control.

Changes included

  • Added/updated project-scoped custom agents for XPoster:
    • .NET Functions Architect
    • C# Expert
    • QA
  • Added/updated project-scoped skills under .github/skills:
    • azure-functions-isolated-worker
    • azure-functions-timer-trigger
    • csharp-async
    • dotnet-best-practices
    • httpclient-resilience-dotnet
    • xposter-generator-factory
    • xposter-sender-plugin-contract
    • xunit-moq-functions-testing
    • appinsights-functions-observability
    • xposter-config-and-secrets
  • Updated .github/copilot-instructions.md to match XPoster runtime and architecture.
  • Removed legacy out-of-standard async skill file.
  • Added *.lscache to .gitignore.
  • Untracked generated C# Dev Kit cache files:
    • src/XPoster.csproj.lscache
    • tests/XPoster.Tests.csproj.lscache

Why

The previous customization set contained patterns from unrelated project templates. This PR makes the guidance deterministic and context-aware for XPoster, reducing wrong suggestions and avoiding accidental commits of local cache artifacts.

Notes

  • No runtime feature behavior was intentionally changed.
  • Main impact is developer experience and repository hygiene.

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ This PR does not reference an approved issue. Please link to an issue using "Closes #123" in the description.

@artcava
artcava merged commit d47a6ed into develop May 27, 2026
8 checks passed
@artcava
artcava deleted the chore/xposter-agent-skills-alignment branch May 27, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant