feat(ci): Add weekly blueprint compliance audits via Antigravity skill#1967
Closed
gspencergoog wants to merge 2 commits into
Closed
feat(ci): Add weekly blueprint compliance audits via Antigravity skill#1967gspencergoog wants to merge 2 commits into
gspencergoog wants to merge 2 commits into
Conversation
gspencergoog
force-pushed
the
feature-maintenance-actions
branch
from
July 8, 2026 20:34
5906623 to
b3c7c4f
Compare
gspencergoog
force-pushed
the
feature-maintenance-actions
branch
3 times, most recently
from
July 9, 2026 01:03
af648e4 to
d0b1561
Compare
chore(ci): explicitly configure agy to use gemini-3.5-flash model refactor: move static analysis only constraint into compliance skill definition chore(ci): optimize workflow prompt with static-analysis-only audit to avoid timeouts fix(ci): grant write issues permission to GITHUB_TOKEN in workflow fix(ci): robustly propagate pty exit code to fail CI on agy error fix(ci): use correct token filename in workflow settings docs: add setup guide for running agy CLI in CI/CD pipelines test(ci): inject AGY_AUTH_PROFILE_JSON and configure permissive settings.json in workflow Update agy command test(ci): add --dangerously-skip-permissions to weekly maintenance workflow Use correct API key test(ci): wrap weekly compliance audit run in python pty.spawn to prevent TTY error test(ci): temporarily add push trigger for feature-maintenance-actions branch Merge branch 'main' into feature-maintenance-actions style(blueprints): fix Prettier code formatting in a2ui-blueprint-compliance SKILL.md feat(blueprints): add documentation sync and test quality audit skills Merge branch 'main' into feature-maintenance-actions feat(blueprints): expand compliance skill with codebase feature implementation audits Merge remote-tracking branch 'upstream/main' into feature-maintenance-actions Merge branch 'main' into feature-maintenance-actions feat(ci): Add weekly blueprint compliance audits via Antigravity skill
gspencergoog
force-pushed
the
feature-maintenance-actions
branch
from
July 15, 2026 19:22
0ecb770 to
d8b5910
Compare
Collaborator
Author
|
Decided to not do with with a Github Action. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds weekly blueprint compliance auditing using custom Antigravity agent skills.
Changes
blueprints/skills/a2ui-complianceto coordinate blueprint audits and issue creation.blueprints/skills/a2ui-blueprint-compliance.blueprints/skills/a2ui-compliance/scripts/post_compliance_report.pyhelper to automate issue creation using the GitHub CLI.gh-clireference skill toblueprints/skills/gh-cli..github/workflows/weekly_maintenance.ymlto run the compliance checks.