nunosoarescsw

12 mods across 1 repository, 1 stars between them.

code-reviewer

01

nunosoarescsw/copilot-agentic-workshop

Agent

Security-focused code reviewer for the TaskManager C# project. Reviews code for clean architecture compliance, security vulnerabilities, C# best practices, and API design quality. Read-only — never modifies files.

1 2mo ago A 43 tokens original MIT

feature-implementer

02

nunosoarescsw/copilot-agentic-workshop

Agent

Orchestrates full feature implementation for the TaskManager project. Given a feature request, implements the code across all layers, then delegates to code-reviewer and test-writer sub-agents.

1 2mo ago A 43 tokens original MIT

test-writer

03

nunosoarescsw/copilot-agentic-workshop

Agent

Writes xUnit unit tests for C# Application layer services and Domain entities in the TaskManager project. Uses FluentAssertions and NSubstitute. Follows the AAA pattern and project naming conventions.

1 2mo ago A 42 tokens original MIT

scaffold-feature

07

nunosoarescsw/copilot-agentic-workshop

Skill Claude CodeCodex

Use when you need to scaffold a complete new feature across all Clean Architecture layers in the TaskManager project. Generates entity, DTOs, service interface + implementation, and Minimal API endpoint group from templates. Best for adding new domain concepts (e.g., Labels, Tags, Comments).

1 2mo ago A 60 tokens original MIT

generate-changelog

08

nunosoarescsw/copilot-agentic-workshop

Skill Claude CodeCodex

Use when preparing a release or summarizing recent changes. Analyses recent commits or code changes and generates a structured CHANGELOG.md entry.

1 2mo ago A 31 tokens original MIT

db-advisor

09

nunosoarescsw/copilot-agentic-workshop

Agent

Database schema advisor for the TaskManager project. Analyses domain entities and suggests SQL schema, indexes, and EF Core configuration. Read-only — never modifies code.

1 2mo ago A 36 tokens original MIT