5つの関心を Persona, Policy, Instruction, Knowledge, Output Contract に統一。 ディレクトリ、YAMLキー、ソースコード、テンプレート、テスト、ドキュメントを全面更新。
23 lines
502 B
Markdown
23 lines
502 B
Markdown
```markdown
|
|
# Frontend Review
|
|
|
|
## Result: APPROVE / REJECT
|
|
|
|
## Summary
|
|
{Summarize the result in 1-2 sentences}
|
|
|
|
## Reviewed Aspects
|
|
| Aspect | Result | Notes |
|
|
|--------|--------|-------|
|
|
| Component design | ✅ | - |
|
|
| State management | ✅ | - |
|
|
| Performance | ✅ | - |
|
|
| Accessibility | ✅ | - |
|
|
| Type safety | ✅ | - |
|
|
|
|
## Issues (if REJECT)
|
|
| # | Location | Issue | Fix Suggestion |
|
|
|---|----------|-------|----------------|
|
|
| 1 | `src/file.tsx:42` | Issue description | Fix approach |
|
|
```
|