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
699 changes: 243 additions & 456 deletions .github/workflows/daily-pr-review-cursor.lock.yml

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions .github/workflows/daily-pr-review-cursor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
private: true
emoji: "🖱️"
description: Daily review of recently opened pull requests for code quality issues using Cursor
description: Daily review of recently opened pull requests for code quality issues
on:
schedule: daily
workflow_dispatch:
Expand All @@ -15,8 +15,8 @@ sandbox:
sudo: false
tracker-id: daily-pr-review-cursor
engine:
id: cursor
model: cursor/auto
id: copilot
copilot-sdk: true
strict: true
network:
allowed:
Expand All @@ -41,12 +41,11 @@ safe-outputs:
missing-tool:
timeout-minutes: 20
imports:
- shared/cursor.md
- shared/otlp.md
- shared/reporting.md
---

# Daily PR Code Quality Review — Cursor
# Daily PR Code Quality Review

Review recently opened pull requests for common code quality issues and produce a concise daily
report.
Expand Down
548 changes: 251 additions & 297 deletions .github/workflows/daily-regression-audit-kiro.lock.yml

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions .github/workflows/daily-regression-audit-kiro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
private: true
emoji: "🧭"
description: Daily analysis of recent CI test failures and regression patterns using Kiro
description: Daily analysis of recent CI test failures and regression patterns
on:
schedule: daily
workflow_dispatch:
Expand All @@ -16,8 +16,8 @@ sandbox:
sudo: false
tracker-id: daily-regression-audit-kiro
engine:
id: kiro
model: kiro/claude-sonnet-4-5
id: copilot
copilot-sdk: true
strict: true
network:
allowed:
Expand All @@ -42,12 +42,11 @@ safe-outputs:
missing-tool:
timeout-minutes: 25
imports:
- shared/kiro.md
- shared/otlp.md
- shared/reporting.md
---

# Daily Regression Audit — Kiro
# Daily Regression Audit

Analyze recent CI workflow runs to surface patterns in test failures and regressions.

Expand Down
701 changes: 245 additions & 456 deletions .github/workflows/daily-schema-audit-cursor.lock.yml

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions .github/workflows/daily-schema-audit-cursor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
private: true
emoji: "🖱️"
description: Daily audit of JSON schema consistency across workflow definitions using Cursor
description: Daily audit of JSON schema consistency across workflow definitions
on:
schedule: daily
workflow_dispatch:
Expand All @@ -15,8 +15,8 @@ sandbox:
sudo: false
tracker-id: daily-schema-audit-cursor
engine:
id: cursor
model: cursor/auto
id: copilot
copilot-sdk: true
strict: true
network:
allowed:
Expand All @@ -43,12 +43,11 @@ safe-outputs:
missing-tool:
timeout-minutes: 20
imports:
- shared/cursor.md
- shared/otlp.md
- shared/reporting.md
---

# Daily Schema Consistency Audit — Cursor
# Daily Schema Consistency Audit

Scan the workflow schema and key JSON config files in this repository for consistency drift and
missing required fields.
Expand Down
549 changes: 252 additions & 297 deletions .github/workflows/daily-spec-coverage-kiro.lock.yml

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions .github/workflows/daily-spec-coverage-kiro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
private: true
emoji: "🧭"
description: Daily review of specification documents for coverage gaps and outdated content using Kiro
description: Daily review of specification documents for coverage gaps and outdated content
on:
schedule: daily
workflow_dispatch:
Expand All @@ -15,8 +15,8 @@ sandbox:
sudo: false
tracker-id: daily-spec-coverage-kiro
engine:
id: kiro
model: kiro/claude-sonnet-4.5
id: copilot
copilot-sdk: true
strict: true
network:
allowed:
Expand All @@ -42,12 +42,11 @@ safe-outputs:
missing-tool:
timeout-minutes: 20
imports:
- shared/kiro.md
- shared/otlp.md
- shared/reporting.md
---

# Daily Spec Coverage Review — Kiro
# Daily Spec Coverage Review

Audit the specification and documentation files in this repository for coverage gaps, stale
references, and missing sections.
Expand Down