July 16, 2026
Misata Seed Data Audit
Version updated for https://github.com/rasinmuhammed/misata-audit-action to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the validation of seed data by running the misata audit tool on a specified directory of CSV files. It checks for various inconsistencies such as orders shipped before they were placed, ages not matching birth dates, cancelled orders with tracking numbers, negative counts, high fraud rates, and cross-table relationships like foreign-key orphans and causality issues. The action fails the CI job if any problems are found, and provides detailed logs indicating which tables, columns, and rows have issues. It supports schema validation to further enhance checks and can be run with zero tolerance for errors.
July 16, 2026
skill-switch audit
Version updated for https://github.com/rtwsvj/skill-switch to version v0.10.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action scans Claude Code, Cursor, Gemini CLI, Windsurf, Zed, and VSCode skills and configurations to detect potential security issues such as反弹 shell, exfiltration of sensitive files, phishing credential theft, dangerous MCP servers, plaintext remote transmission, hard-coded keys, among others. It provides SARIF output for easy integration into GitHub code scanning, supports project-level policies, and includes automated fixes (--fix).
July 16, 2026
pi GitHub Action
Version updated for https://github.com/shaftoe/pi-coding-agent-action to version v2.26.0.
This action is used across all versions by 11 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates the Pi coding agent with various CI/CD platforms like GitHub, Codeberg, and self-hosted Forgejo. It supports a familiar workflow, minimalistic philosophy, and integrates seamlessly into GitHub issue/PR workflows, providing tools for generating reports, sharing sessions, and automating code reviews.
July 16, 2026
Pipr Review
Version updated for https://github.com/somus/pipr to version v0.4.1.
This action is used across all versions by 1 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Pipr is a code review tool that automates AI-based analysis across various code hosts, providing structured and commentable reviews. It simplifies the setup process by using Code Host Adapters, allowing users to own their review runtime and policy in their repository files.
July 16, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.8.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary spek is a lightweight read-only viewer for OpenSpec content that provides structured browsing with BDD syntax highlighting, task progress tracking, and full-text search. It allows developers to navigate through specs, changes, and tasks in a local directory without server deployment or data leaving their machine. The action automates the process of aggregating git worktrees into one view, enabling seamless access to all in-flight changes across multiple branches and worktrees.
July 16, 2026
Graveyard Check
Version updated for https://github.com/TahaKotwal12/graveyard-check to version v0.3.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Graveyard Check is a tool that scans dependency files to identify abandoned or at-risk packages, providing verified successor recommendations. It supports various ecosystems and provides flags for filtering and output formats. The tool can be used as a CI gate or shell guard on its own by exiting with an error if a package is at-risk or likely abandoned.
July 16, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.5.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The gw action automates the management of Go workspaces by generating and maintaining the go.work file, lints cross-module dependency versions, and runs commands across every module. It solves problems related to managing multi-module Go projects efficiently and ensures consistent dependency versions across all modules. The action supports various commands such as bootstrapping, syncing go.work, linting, running commands in each module, building, testing, vetting, generating code, tidying dependencies, listing modules, adding/removing modules, printing the dependency graph, diffing working tree against a git ref, and performing health checks.
July 16, 2026
Publish updated packages
Version updated for https://github.com/TypeFox/gh-publish-npm to version v0.4.0.
This action is used across all versions by 2 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the publishing process for npm packages, VS Code extensions, and Open VSX extensions. It ensures that only newer versions are published by comparing them with previously published versions. The action supports token-based authentication for npm and personal access tokens for VS Marketplace and Open VSX. The tool is configured to use OIDC trusted publishing by default unless an explicit npm token is provided for token-based authentication.
July 16, 2026
MIU PR Review
Version updated for https://github.com/vanducng/miu-cr to version v0.88.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary:
miu-cr is an AI code review tool for CLI, CI, and MCP hosts that automates the process of reviewing staged changes, gate PRs in CI, or drive the engine from any MCP-capable agent. The action provides deterministic engine functionality using LLMs and outputs a stable JSON envelope on stdout, solving problems related to code review automation.
July 16, 2026
Commit via GitHub API
Version updated for https://github.com/vig-os/commit-action to version v0.3.1.
This action is used across all versions by 6 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of committing changes to a repository using the GitHub API, enabling the creation of signed commits that bypass branch protection rules. It supports both standalone usage and integration as a module, making it versatile for various use cases in CI/CD pipelines. The action is designed to be type-safe and well-tested, with optimized API usage for handling large files efficiently.