Back to list
CsHeng

language-shell

by CsHeng

Self-use Claude Code rules / settings / permissions / commands, use claude command to sync rules for Droid/OpenCode/Codex/Qwen/Cursor/Copilot. Not fully tested, use at your own risk.

7🍴 0📅 Jan 18, 2026

SKILL.md


name: language-shell description: Shell scripting standards and safety practices. Use when language shell guidance is required or when selecting Shell as a thin wrapper or OS-near glue layer. allowed-tools:

  • Bash(shellcheck)

Key Execution Capabilities

Script Validation

  • Run syntax checking: bash -n, sh -n, zsh -n
  • Execute static analysis with shellcheck
  • Validate shebang lines and strict mode compliance
  • Check for security vulnerabilities and coding violations

Tool Integration

  • Use shellcheck for comprehensive linting
  • Leverage shell-specific parameter expansion features
  • Apply POSIX vs bash vs zsh feature detection
  • Implement platform-specific compatibility checks

Execution Context

  • Process script files from filesystem layer
  • Generate structured reports with line-by-line findings
  • Create minimal, rule-compliant patches for violations
  • Maintain separation between governance rules and execution tools

Error Handling

This skill provides execution-layer error handling for shell script analysis:

  • Invalid file formats or permissions
  • Tool availability issues (missing shellcheck, etc.)
  • Platform-specific limitations
  • Syntax validation failures

Usage Notes

  • Always delegate to governance rules for policy decisions
  • Focus on concrete tool execution and result processing
  • Provide deterministic, tool-first analysis results
  • Maintain separation between rule definition and rule application

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon