Skip to content

pioyan/develop-base

sample-app

概要

sample-app は...(プロジェクトの目的・概要をここに記述)

セットアップ

前提条件

Dev Container で開始(推奨)

git clone https://github.com/pioyan/sample-app.git
cd sample-app
  1. VS Code でフォルダを開く
  2. コマンドパレット → Dev Containers: Reopen in Container を実行
  3. コンテナが起動したら、ターミナルで GitHub CLI を認証:
gh auth login

Note: 推奨拡張機能はコンテナ起動時に自動インストールされます。

ローカル開発(Dev Container を使わない場合)

git clone https://github.com/pioyan/sample-app.git
cd sample-app
# TODO: インストールコマンドを記入してください

VS Code の推奨拡張が .vscode/extensions.json に定義されています。 初回起動時に表示されるプロンプトからインストールしてください。

開発サーバーの起動

# TODO: 起動コマンドを記入してください

AI コーディング環境

このリポジトリは GitHub Copilot を活用した AI コーディングに最適化されています。

Copilot Hooks

コード生成・編集後に品質チェックが自動実行されます(.vscode/settings.json で設定):

フック 対象 実行コマンド
postSave *.md markdownlint
postSave *.yml / *.yaml yamllint
postCommand 全ファイル typos

カスタムエージェント

Copilot Chat から以下のエージェントを呼び出せます:

エージェント 用途
@repo-guardian リポジトリ標準化の監査・適用
@code-reviewer PR レビューコメントの提案
@docs-writer ドキュメント更新提案の生成

Agent Skills

スキル 内容
/repo-audit ベストプラクティス準拠の監査
/repo-apply-baseline 不足ファイルの追加
/ci-hygiene CI 衛生チェックの導入
/dependabot-baseline Dependabot の最小構成導入
/git-workflow Git 運用の標準手順

使い方

開発に参加する

開発への参加方法は CONTRIBUTING.md をご覧ください。

セキュリティ

脆弱性の報告方法は SECURITY.md をご覧ください。

ライセンス

このプロジェクトは MIT License の下で公開されています。

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors