Flutter Calendar Carousel Workflows
Route natural-language requests through the repository's canonical rules and
command entry points.
Source Of Truth
- Read
AGENTS.md before changing the repository.
- Read only the matching
.claude/commands/*.md workflow below.
- Apply this skill's cross-workflow safeguards when command prose is concise.
- For
review-pr, review-self, or rebase-main, use the matching specialized
.codex/skills/<name>/SKILL.md as the canonical procedure.
Command Mapping
- PR review, feedback, checks, or monitoring →
.claude/commands/review-pr.md
and $review-pr
- Self-review or final implementation audit →
$review-self
- Issue investigation and resolution →
.claude/commands/resolve-issue.md
- Full repository verification →
.claude/commands/verify-all.md
- Branch, commit, push, or PR creation →
.claude/commands/commit.md
- Daily repository maintenance →
.claude/commands/daily-routine.md
- Updating a branch from
main → $rebase-main
- Release or publishing work →
.claude/guides/05-deployment.md
Read the selected file completely before acting. Do not load every workflow by
default.
Shared Safeguards
- Preserve the authority of the user's request. Inspection does not authorize a
commit; commit does not authorize a push; push does not authorize a PR; a PR
does not authorize merge or release.
- Public GitHub communication and commit messages must be in English.
- Record initial Git state and preserve unrelated staged, unstaged, untracked,
and ignored files.
- Prefer issue reproduction and regression tests over speculative fixes.
- Use the exact latest stable Flutter SDK for current-compatibility claims.
- Run direct and consumer checks after dependency or native-toolchain changes.
- Do not edit another contributor's branch without explicit permission.
- Do not treat unavailable external review automation as success; cover it with
one
$review-self pass for the exact current head.
- Do not merge, tag, publish, or deploy unless explicitly requested.
GitHub Review Threads
Fetch PR metadata, checks, reviews, inline comments, top-level comments, and
GraphQL review threads. Classify each finding against the current diff. Fix
valid findings in a coherent batch, reply to the exact inline comment with a
plain commit hash, and resolve only after the response is complete. Use
evidence-backed replies for invalid or already-fixed findings.
Completion
Report the resulting branch/PR, checks run, issue or review disposition, and any
external blocker. Do not call work regression-free unless the required matrix
passed on the relevant Flutter SDK and PR head.
1---2name: flutter-calendar-carousel-workflows3description: Use for flutter_calendar_carousel repository work that should follow its shared workflows for issue resolution, dependency and Flutter upgrades, full verification, commits, pushes, pull requests, releases, PR feedback, five-minute review monitoring, and project conventions from AGENTS.md.4---56# Flutter Calendar Carousel Workflows78Route natural-language requests through the repository's canonical rules and9command entry points.1011## Source Of Truth12131. Read `AGENTS.md` before changing the repository.142. Read only the matching `.claude/commands/*.md` workflow below.153. Apply this skill's cross-workflow safeguards when command prose is concise.164. For `review-pr`, `review-self`, or `rebase-main`, use the matching specialized17 `.codex/skills/<name>/SKILL.md` as the canonical procedure.1819## Command Mapping2021- PR review, feedback, checks, or monitoring → `.claude/commands/review-pr.md`22 and `$review-pr`23- Self-review or final implementation audit → `$review-self`24- Issue investigation and resolution → `.claude/commands/resolve-issue.md`25- Full repository verification → `.claude/commands/verify-all.md`26- Branch, commit, push, or PR creation → `.claude/commands/commit.md`27- Daily repository maintenance → `.claude/commands/daily-routine.md`28- Updating a branch from `main` → `$rebase-main`29- Release or publishing work → `.claude/guides/05-deployment.md`3031Read the selected file completely before acting. Do not load every workflow by32default.3334## Shared Safeguards3536- Preserve the authority of the user's request. Inspection does not authorize a37 commit; commit does not authorize a push; push does not authorize a PR; a PR38 does not authorize merge or release.39- Public GitHub communication and commit messages must be in English.40- Record initial Git state and preserve unrelated staged, unstaged, untracked,41 and ignored files.42- Prefer issue reproduction and regression tests over speculative fixes.43- Use the exact latest stable Flutter SDK for current-compatibility claims.44- Run direct and consumer checks after dependency or native-toolchain changes.45- Do not edit another contributor's branch without explicit permission.46- Do not treat unavailable external review automation as success; cover it with47 one `$review-self` pass for the exact current head.48- Do not merge, tag, publish, or deploy unless explicitly requested.4950## GitHub Review Threads5152Fetch PR metadata, checks, reviews, inline comments, top-level comments, and53GraphQL review threads. Classify each finding against the current diff. Fix54valid findings in a coherent batch, reply to the exact inline comment with a55plain commit hash, and resolve only after the response is complete. Use56evidence-backed replies for invalid or already-fixed findings.5758## Completion5960Report the resulting branch/PR, checks run, issue or review disposition, and any61external blocker. Do not call work regression-free unless the required matrix62passed on the relevant Flutter SDK and PR head.