siukaido avatar

siukaido

Community

@siukaido · Japan

7Followers
|
9Public Repos
|
2Published Skills

siukaido provides Git-centric repository maintenance skills for line-ending normalization and cross-ecosystem Dependabot pull request review.

Skills Distribution
DomainDeveloper To...Dependency Managem.. (55%)Repository File No.. (30%)Multi-Ecosystem Pa.. (15%)

Agent Skills by siukaido

Showing 2 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About siukaido

FAQPage Schema
What tasks can I accomplish with siukaido's skills?

Two tasks: converting CRLF (Windows) line endings to LF (Unix) across project files to unify line-ending conventions, and reviewing Dependabot-created branches or PRs by compiling per-package concern tables and merge checklists from changelogs and implementation diffs.

Who are these skills designed for?

Software engineers and maintainers managing repositories across Node.js, Ruby, Go, Python, or Rust ecosystems who need to vet dependency update PRs and keep file line endings consistent across Windows and Unix development environments.

How do I invoke the Dependabot PR reviewer?

Pass an optional branch name or PR number plus an optional output file as arguments. It triggers on branches prefixed with dependabot/ when asked to investigate, review, or confirm whether a dependency update is safe to merge.

How does the CRLF converter handle safety checks?

It accepts a target path and an optional --dry-run flag, letting you preview which files would be converted from CRLF to LF before any changes are actually written to the project.

What are the prerequisites for the dependency review skill?

The repository must contain recognizable package manifest files, which the skill uses to automatically determine the ecosystem. It supports Node.js, Ruby, Go, Python, and Rust projects with Dependabot-generated branches or PRs.