Feat/cortex agentic skills and financial audit - #7
Open
FREEqueenC wants to merge 12 commits into
Open
Conversation
…, and CI test suite - Add dataform-assertion-generator agent skill and /generate-assertions lifecycle command - Add SAP financial_audit_and_compliance data product for S/4HANA (ledger reconciliation and forensic SOX entry detection) - Add GitHub Actions CI workflow for unit tests and validation - Add test_skill_anatomy.py to ensure 100% agent skill schema conformance - Fix cross-platform path resolution in test_builder_resolution.py
…ntialsError in CI
… privilege compliance
…ls-and-financial-audit
…inancial-audit' into feat/cortex-agentic-skills-and-financial-audit
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.
Summary of Changes
This pull request brings enterprise agentic developer tooling, turnkey ESG and financial audit data products, and supply-chain CI hardening to Google Cloud Cortex Framework v7:
1. AI Protocol Bridge & Agent Grounding
cortex-mcp): Implements JSON-RPC 2.0 Model Context Protocol server enabling Gemini, Claude, and AI agents to discover Cortex data products, explain SAP DDIC fields, and generate grounded BigQuery SQL. Registered as CLI commandcortex-mcpinpyproject.toml.2. Turnkey Enterprise Data Products
sustainability_and_emissions: Source-aligned SAP S/4HANA data product delivering Scope 1, Scope 2, and Scope 3 greenhouse gas (GHG) emission calculations from Purchase Orders (EKKO/EKPO), Materials (MARA), Vendors (LFA1), and Universal Material Documents (MATDOC/T001W).financial_audit_and_compliance: Turnkey Universal Journal (ACDOCA) balance reconciliation, debit/credit anomaly detection, and SOX audit data product.3. Agentic Developer Skills
lookml-generator(/generate-lookml): Generates Looker LookML views (*.view.lkml), dimensions, dimension groups (timeframes), formatted measures (sum,average), and explores from Cortex table annotations.dataform-assertion-generator(/generate-assertions): Generates automated Dataform data-integrity assertions and ledger reconciliation checks.4. CI/CD & Security Hardening
.github/workflows/to immutable 40-character commit hashes.contents: read.DefaultCredentialsErrorin headless CI environments.Testing & Verification
uv run pytest tests/common tests/external/common -q: 281 passed (100%).uv run ruff check src tests: Clean (0 lint errors).