BoxPistols / BoxPistols/The-Write
Slackレビュー依頼の辞書プリセットをchatにするか決める
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 44m
- Merged PRs (30d)
- 8
Description
出力先6つすべてが辞書プリセット`business`を使っています。Slackレビュー依頼だけは`chat`のほうが実態に合う可能性があります。
## 違い
辞書の説明文です。
- `business` 自動112規則。社内外のビジネス文書・PR・レビューコメント向け
- `chat` 自動75規則。チャット・カジュアルな文章向け。呼びかけ・感嘆・締めの型は許容する
Slackのレビュー依頼では「レビューお願いします」「ご確認ください」のような呼びかけと締めが自然です。`business`だとこれらが指摘対象になります。
## 判断が要る点
一方で、Slackであっても仕事の依頼文なので、締めの型を許容してよいかは決めの問題です。実運用で`business`の指摘が邪魔になるかを見てから決めるのが妥当だと思います。
変更する場合は`src/config/outputTargets.js`の`slack-review-request`の`preset`を`chat`にするだけです。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading src/config/outputTargets.js and inspect how Slack review requests are currently analyzed with the business preset. Compare real operational feedback or examples against the business and chat rules before deciding. Done means the preset choice is recorded and, if changed, slack-review-request uses the selected preset.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100