Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
325 changes: 0 additions & 325 deletions .claude/agents/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: angular-reviewer
name: dotcms-angular-reviewer
description: Angular patterns specialist. Use proactively after writing or modifying Angular components, services, or templates to ensure modern syntax and best practices. Focuses on Angular framework patterns without checking TypeScript types or tests.
model: sonnet
color: purple
Expand Down Expand Up @@ -68,7 +68,7 @@ Analyze these Angular files from the PR diff:
- `.html` template files
- `.scss` style files

**Exclude**: `.spec.ts` files (handled by test-reviewer)
**Exclude**: `.spec.ts` files (handled by dotcms-test-reviewer)

## Core Review Areas

Expand Down Expand Up @@ -457,8 +457,8 @@ ngOnInit() {
## What NOT to Flag

**Pre-existing legacy code** - Only flag new code using legacy patterns
**Type safety issues** - `any`, generics, null checks (typescript-reviewer handles this)
**Test patterns** - Spectator usage, test structure (test-reviewer handles this)
**Type safety issues** - `any`, generics, null checks (dotcms-typescript-reviewer handles this)
**Test patterns** - Spectator usage, test structure (dotcms-test-reviewer handles this)
**Non-Angular files** - Pure TypeScript utilities, models
**Intentional legacy usage** - Code updating existing legacy components (not new code)

Expand All @@ -474,7 +474,7 @@ ngOnInit() {
## Integration with Main Review

You are invoked by the main `review` skill when Angular files are changed. You work alongside:
- `typescript-reviewer` - Handles type safety and TypeScript quality
- `test-reviewer` - Handles test patterns and coverage
- `dotcms-typescript-reviewer` - Handles type safety and TypeScript quality
- `dotcms-test-reviewer` - Handles test patterns and coverage

Your output is merged into the final review under "Angular Patterns" section.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: code-researcher
name: dotcms-code-researcher
description: Researches the dotCMS codebase to produce a technical briefing for a GitHub issue. Identifies entry points, call chains, likely bug locations, relevant files, test gaps, and suspicious git commits. Output is used by both human triagers and downstream AI code agents.
model: sonnet
color: blue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: duplicate-detector
name: dotcms-duplicate-detector
description: Detects duplicate or related GitHub issues by searching existing issues, PRs, and git history. Returns DUPLICATE, RELATED, or NO MATCH with references.
model: haiku
color: orange
Expand Down
Loading